From d968b9cdef426153fb95a2eb2926b1916d5a84a9 Mon Sep 17 00:00:00 2001 From: "alqahira%ardisson.org" Date: Wed, 10 Dec 2008 19:01:57 +0000 Subject: [PATCH] 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 --- mozilla/camino/src/browser/BrowserWindowController.mm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mozilla/camino/src/browser/BrowserWindowController.mm b/mozilla/camino/src/browser/BrowserWindowController.mm index b5503ac949f..09c8a9b2abe 100644 --- a/mozilla/camino/src/browser/BrowserWindowController.mm +++ b/mozilla/camino/src/browser/BrowserWindowController.mm @@ -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)