Index: third_party/WebKit/Source/core/page/Page.h |
diff --git a/third_party/WebKit/Source/core/page/Page.h b/third_party/WebKit/Source/core/page/Page.h |
index 6f75adeca66167b95faa128a92e802f37340a819..32f6aa2179014eece1f683240591b2c38ccd5c90 100644 |
--- a/third_party/WebKit/Source/core/page/Page.h |
+++ b/third_party/WebKit/Source/core/page/Page.h |
@@ -119,7 +119,7 @@ public: |
ViewportDescription viewportDescription() const; |
static void refreshPlugins(); |
- PluginData* pluginData() const; |
+ PluginData* pluginData(SecurityOrigin* mainFrameOrigin) const; |
EditorClient& editorClient() const { return *m_editorClient; } |
SpellCheckerClient& spellCheckerClient() const { return *m_spellCheckerClient; } |