updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / xulrunner-thai / moz325644.patch
blob9f9987ebd51569d9e7451b0674eedd91ee087f54
1 --- dom/src/base/nsGlobalWindow.cpp 2006-06-29 05:24:47.000000000 +0000
2 +++ dom/src/base/nsGlobalWindow.cpp 2006-08-09 18:55:49.000000000 +0000
3 @@ -3571,7 +3571,9 @@
4 if (NS_SUCCEEDED(rv))
5 mDocShell->SetHasFocus(PR_FALSE);
7 - return rv;
8 + // If embedding apps don't implement nsIEmbeddingSiteWindow2, we
9 + // shouldn't throw to web content.
10 + return NS_OK;
13 NS_IMETHODIMP