Index: third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp |
index 72215242e31ae7b22699eca4c535d5222a061afd..5168a162275426a27313b095d744f7cc1b87cfc3 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp |
@@ -96,7 +96,7 @@ void HTMLFrameElementBase::openURL(bool replaceCurrentItem) { |
return; |
toLocalFrame(contentFrame()) |
->script() |
- .executeScriptIfJavaScriptURL(scriptURL); |
+ .executeScriptIfJavaScriptURL(scriptURL, this); |
} |
void HTMLFrameElementBase::frameOwnerPropertiesChanged() { |