| 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 d1db19fa949a928f6d81c169c3139fecc086dba0..94351da437249de8fd30adfee775c6b0d83f33dd 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| @@ -154,6 +154,7 @@ public:
|
| void cancelIdleCallback(int id) override;
|
| CustomElementsRegistry* customElements(ScriptState*) const override;
|
| CustomElementsRegistry* customElements() const;
|
| + CustomElementsRegistry* maybeCustomElements() const;
|
|
|
| void registerProperty(DOMWindowProperty*);
|
| void unregisterProperty(DOMWindowProperty*);
|
|
|