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); |