| Index: third_party/WebKit/Source/core/frame/DOMWindow.h
|
| diff --git a/third_party/WebKit/Source/core/frame/DOMWindow.h b/third_party/WebKit/Source/core/frame/DOMWindow.h
|
| index 2c4206aa9f4805beb00852075202bb3e776a6a71..0d1d369b94409b9b7b75c5d58bc9807a7b7ba577 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMWindow.h
|
| +++ b/third_party/WebKit/Source/core/frame/DOMWindow.h
|
| @@ -174,7 +174,7 @@ public:
|
| virtual void cancelIdleCallback(int id) = 0;
|
|
|
| // Custom elements
|
| - virtual CustomElementsRegistry* customElements(ScriptState*) const = 0;
|
| + virtual CustomElementsRegistry* customElementsForBindings(ScriptState*) const = 0;
|
|
|
| void captureEvents() { }
|
| void releaseEvents() { }
|
|
|