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

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

Issue 2200613002: The HTML parser synchronously creates custom elements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Eliminate redundant TODOs. Created 4 years, 4 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/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*);

Powered by Google App Engine
This is Rietveld 408576698