| 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 8ee4fc9cc5a6f2db585c8af409b5a29c3d282a21..c2b2f4feeef91a1e44cba65dc1e0e42522572539 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| @@ -145,7 +145,7 @@ public:
|
| void cancelAnimationFrame(int id) override;
|
| int requestIdleCallback(IdleRequestCallback*, const IdleRequestOptions&) override;
|
| void cancelIdleCallback(int id) override;
|
| - CustomElementsRegistry* customElements() const override;
|
| + CustomElementsRegistry* customElements(ScriptState*) const override;
|
| void schedulePostMessage(MessageEvent*, SecurityOrigin* target, PassRefPtr<ScriptCallStack>);
|
|
|
| void registerProperty(DOMWindowProperty*);
|
|
|