Index: Source/core/html/HTMLFrameElementBase.cpp |
diff --git a/Source/core/html/HTMLFrameElementBase.cpp b/Source/core/html/HTMLFrameElementBase.cpp |
index 892878eda97acaa7506f50579f9ddc4eccddbb99..6855ed920aba0e22631f952c3ca6a1ac2d3795fc 100644 |
--- a/Source/core/html/HTMLFrameElementBase.cpp |
+++ b/Source/core/html/HTMLFrameElementBase.cpp |
@@ -57,7 +57,7 @@ bool HTMLFrameElementBase::isURLAllowed() const |
const KURL& completeURL = document()->completeURL(m_URL); |
- if (protocolIsJavaScript(completeURL)) { |
+ if (protocolIsJavaScript(completeURL)) { |
Document* contentDoc = this->contentDocument(); |
if (contentDoc && !ScriptController::canAccessFromCurrentOrigin(contentDoc->frame())) |
return false; |