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

Unified Diff: third_party/WebKit/Source/core/dom/Document.h

Issue 2036983002: (CANCELED) Add CreateElementFlags::DisableCustomElements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/custom/CustomElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/Document.h
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
index 863fb9d7b50696e1bae04243a3cc0cfff9b3a5ae..88bcbf554e2827af36f73cd66ca6d4ba3e4dbfe7 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -218,6 +218,7 @@ enum CreateElementFlags {
// https://dom.spec.whatwg.org/#concept-create-element
SynchronousCustomElements = 0 << 1,
AsynchronousCustomElements = 1 << 1,
+ DisableCustomElements = 1 << 2,
// Aliases by callers.
// Clone a node: https://dom.spec.whatwg.org/#concept-node-clone
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/custom/CustomElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698