diff --git a/dom/ipc/TabChild.cpp b/dom/ipc/TabChild.cpp index a5c32897a98a..da5c012fb42c 100644 --- a/dom/ipc/TabChild.cpp +++ b/dom/ipc/TabChild.cpp @@ -356,7 +356,6 @@ TabChild::ProvideWindow(nsIDOMWindow* aParent, PRUint32 aChromeFlags, return NS_ERROR_NOT_AVAILABLE; } - *aWindowIsNew = PR_TRUE; nsCOMPtr win = do_GetInterface(static_cast(newChild)->mWebNav); win.forget(aReturn); diff --git a/dom/tests/mochitest/bugs/Makefile.in b/dom/tests/mochitest/bugs/Makefile.in index 0daa91d1f5f1..49e610de5192 100644 --- a/dom/tests/mochitest/bugs/Makefile.in +++ b/dom/tests/mochitest/bugs/Makefile.in @@ -137,7 +137,6 @@ _TEST_FILES = \ test_bug622361.html \ test_bug633133.html \ test_bug642026.html \ - test_bug648465.html \ $(NULL) libs:: $(_TEST_FILES) diff --git a/dom/tests/mochitest/bugs/test_bug648465.html b/dom/tests/mochitest/bugs/test_bug648465.html deleted file mode 100644 index 15aba0d4e7c3..000000000000 --- a/dom/tests/mochitest/bugs/test_bug648465.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - Test for Bug 648465 - - - - - - - Mozilla Bug 648465 -

- -
-
-
- -