| 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 a6e4d289c3a98002bdf09a4307cb81a757a0e85e..6caf5bafffd31af19e98241c7de62e5f6e58e660 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| @@ -146,6 +146,7 @@ public:
|
| int requestIdleCallback(IdleRequestCallback*, const IdleRequestOptions&) override;
|
| void cancelIdleCallback(int id) override;
|
| CustomElementsRegistry* customElements(ScriptState*) const override;
|
| + CustomElementsRegistry* customElements() const;
|
|
|
| void registerProperty(DOMWindowProperty*);
|
| void unregisterProperty(DOMWindowProperty*);
|
|
|