Bug 467207 - Remove MOZILLA_1_8_BRANCH ifdefs from Camino code. r=cl, sr=smorgan
git-svn-id: svn://10.0.0.236/trunk@255425 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2099,12 +2099,7 @@ public:
|
||||
// get the popup window's features
|
||||
aPopupBlockedEvent->GetPopupWindowFeatures(features);
|
||||
|
||||
#ifndef MOZILLA_1_8_BRANCH
|
||||
// XXXhakan: nsIDOMPopupBlockedEvent didn't get the popupWindowName property added on branch, so
|
||||
// we can't set the popup window's original name for now.
|
||||
// see bug 343734
|
||||
aPopupBlockedEvent->GetPopupWindowName(windowName);
|
||||
#endif
|
||||
|
||||
// find the docshell for the blocked popup window, in order to show it
|
||||
if (!requestingWindow)
|
||||
|
||||
Reference in New Issue
Block a user