Index: third_party/WebKit/Source/core/frame/DOMWindow.h |
diff --git a/third_party/WebKit/Source/core/frame/DOMWindow.h b/third_party/WebKit/Source/core/frame/DOMWindow.h |
index 0c7bc5136e99e1ec69d85a4eab273277a68db0b5..793bb9665f61506a736189e772c4c473c4843e3d 100644 |
--- a/third_party/WebKit/Source/core/frame/DOMWindow.h |
+++ b/third_party/WebKit/Source/core/frame/DOMWindow.h |
@@ -173,7 +173,7 @@ public: |
virtual void cancelIdleCallback(int id) = 0; |
// Custom elements |
- virtual CustomElementsRegistry* customElements() const = 0; |
+ virtual CustomElementsRegistry* customElements(ScriptState*) const = 0; |
void captureEvents() { } |
void releaseEvents() { } |