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

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

Issue 442343002: Creating custom element should not be case sensitive (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressing comments Created 6 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: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index d7dfed11c3a2950a1169c0233d6b18e474af9fcf..7ace658ba3fc249012ac00a3d20f1ad0f25f57a2 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -1047,6 +1047,8 @@ public:
bool hasSVGFilterElementsRequiringLayerUpdate() const { return m_layerUpdateSVGFilterElements.size(); }
void didRecalculateStyleForElement() { ++m_styleRecalcElementCounter; }
+ AtomicString convertLocalName(const AtomicString&);
+
protected:
Document(const DocumentInit&, DocumentClassFlags = DefaultDocumentClass);
« no previous file with comments | « LayoutTests/fast/dom/custom/custom-element-name-sensivity-expected.txt ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698