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 fe40e769304bbbb6fde6f28522aec282e4c3ff0b..82c474b9cbe005412a9b97eaf4483f503bb62bdf 100644 |
--- a/third_party/WebKit/Source/core/frame/RemoteDOMWindow.h |
+++ b/third_party/WebKit/Source/core/frame/RemoteDOMWindow.h |
@@ -76,7 +76,7 @@ public: |
void cancelAnimationFrame(int id) override; |
int requestIdleCallback(IdleRequestCallback*, const IdleRequestOptions&) override; |
void cancelIdleCallback(int id) override; |
- CustomElementsRegistry* customElements(ScriptState*) const override; |
+ CustomElementRegistry* customElements(ScriptState*) const override; |
void frameDetached(); |