| Index: third_party/WebKit/Source/core/frame/RemoteDOMWindow.h
|
| diff --git a/third_party/WebKit/Source/core/frame/RemoteDOMWindow.h b/third_party/WebKit/Source/core/frame/RemoteDOMWindow.h
|
| index d65e44f30ec3c4c0878d9f3eb3508f62c98ce2d3..ed56ef7b8f588d1c5b9f176345a2d04c08f55906 100644
|
| --- a/third_party/WebKit/Source/core/frame/RemoteDOMWindow.h
|
| +++ b/third_party/WebKit/Source/core/frame/RemoteDOMWindow.h
|
| @@ -77,7 +77,7 @@ 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;
|
|
|
| void frameDetached();
|
|
|
|
|