Index: Source/core/html/HTMLFrameElementBase.cpp |
diff --git a/Source/core/html/HTMLFrameElementBase.cpp b/Source/core/html/HTMLFrameElementBase.cpp |
index 5c3598b010a4f9c4b7e32f12cae304b0e7f285e2..2e7fcdeef118fe86ade614b8fa9a9adaf928bc13 100644 |
--- a/Source/core/html/HTMLFrameElementBase.cpp |
+++ b/Source/core/html/HTMLFrameElementBase.cpp |
@@ -94,7 +94,7 @@ void HTMLFrameElementBase::openURL(bool lockBackForwardList) |
return; |
if (!contentFrame() || scriptURL.isEmpty()) |
return; |
- contentFrame()->script()->executeScriptIfJavaScriptURL(scriptURL); |
+ contentFrame()->script().executeScriptIfJavaScriptURL(scriptURL); |
} |
void HTMLFrameElementBase::parseAttribute(const QualifiedName& name, const AtomicString& value) |