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

Unified Diff: Source/core/dom/DocumentInit.cpp

Issue 23189010: Rename the Custom Elements runtime feature to "CustomElements". (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
« no previous file with comments | « Source/core/dom/Document.idl ('k') | Source/core/page/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DocumentInit.cpp
diff --git a/Source/core/dom/DocumentInit.cpp b/Source/core/dom/DocumentInit.cpp
index 8c508d4d27cc904ccd111e651b1aa630497dbe79..cf132c18bcdfa380bed77d0dad2fc1511ed297fe 100644
--- a/Source/core/dom/DocumentInit.cpp
+++ b/Source/core/dom/DocumentInit.cpp
@@ -88,7 +88,7 @@ DocumentInit& DocumentInit::withRegistrationContext(CustomElementRegistrationCon
PassRefPtr<CustomElementRegistrationContext> DocumentInit::registrationContext(Document* document) const
{
- if (!RuntimeEnabledFeatures::customDOMElementsEnabled())
+ if (!RuntimeEnabledFeatures::customElementsEnabled())
return 0;
if (!document->isHTMLDocument() && !document->isXHTMLDocument())
« no previous file with comments | « Source/core/dom/Document.idl ('k') | Source/core/page/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698