diff --git a/mozilla/layout/generic/nsFrameFrame.cpp b/mozilla/layout/generic/nsFrameFrame.cpp index 519839c70ca..beae9e371a8 100644 --- a/mozilla/layout/generic/nsFrameFrame.cpp +++ b/mozilla/layout/generic/nsFrameFrame.cpp @@ -880,10 +880,9 @@ static PRBool CheckForBrowser(nsIContent* aContent, nsIBaseWindow* aShell) nsCOMPtr histNav(do_QueryInterface(hist)); histNav->Reload(0); boxObject->RemoveProperty(NS_LITERAL_STRING("history")); + return PR_FALSE; } } - - return PR_FALSE; } } } diff --git a/mozilla/layout/html/document/src/nsFrameFrame.cpp b/mozilla/layout/html/document/src/nsFrameFrame.cpp index 519839c70ca..beae9e371a8 100644 --- a/mozilla/layout/html/document/src/nsFrameFrame.cpp +++ b/mozilla/layout/html/document/src/nsFrameFrame.cpp @@ -880,10 +880,9 @@ static PRBool CheckForBrowser(nsIContent* aContent, nsIBaseWindow* aShell) nsCOMPtr histNav(do_QueryInterface(hist)); histNav->Reload(0); boxObject->RemoveProperty(NS_LITERAL_STRING("history")); + return PR_FALSE; } } - - return PR_FALSE; } } }