Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(225)

Unified Diff: third_party/WebKit/Source/core/frame/DOMWindow.h

Issue 2003593003: Make CustomElementsRegistry lazily initialize script state. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Does not use a separate representation of initialized state. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() { }

Powered by Google App Engine
This is Rietveld 408576698