Chromium Code Reviews

Unified Diff: Source/WebCore/page/DOMWindow.cpp

Issue 7395022: Merge 91152 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « LayoutTests/http/tests/security/xss-DENIED-window-open-parent-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/page/DOMWindow.cpp
===================================================================
--- Source/WebCore/page/DOMWindow.cpp (revision 91164)
+++ Source/WebCore/page/DOMWindow.cpp (working copy)
@@ -1806,7 +1806,7 @@
if (!activeFrame->loader()->shouldAllowNavigation(targetFrame))
return 0;
- if (isInsecureScriptAccess(activeWindow, urlString))
+ if (targetFrame->domWindow()->isInsecureScriptAccess(activeWindow, urlString))
return targetFrame->domWindow();
if (urlString.isEmpty())
« no previous file with comments | « LayoutTests/http/tests/security/xss-DENIED-window-open-parent-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine