Index: third_party/WebKit/Source/core/frame/LocalDOMWindow.h |
diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h |
index 6c1289048f5185c3fb1bfb7a7df89b1d8fa6d257..1459e9a53096bd1411f5b455b582d6bec96cd76e 100644 |
--- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h |
+++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h |
@@ -145,7 +145,8 @@ public: |
void cancelAnimationFrame(int id) override; |
int requestIdleCallback(IdleRequestCallback*, const IdleRequestOptions&) override; |
void cancelIdleCallback(int id) override; |
- CustomElementsRegistry* customElements(ScriptState*) const override; |
+ CustomElementsRegistry* customElementsForBindings(ScriptState*) const override; |
+ CustomElementsRegistry& customElements() const; |
void schedulePostMessage(MessageEvent*, SecurityOrigin* target, PassRefPtr<ScriptCallStack>); |
void registerProperty(DOMWindowProperty*); |