Index: Source/core/dom/Attr.h |
diff --git a/Source/core/dom/Attr.h b/Source/core/dom/Attr.h |
index 97225bf858b57602fd8423e89d87816235ed73eb..b0794f89c0bf0e916e79eaa9a4a127ed038b5fbc 100644 |
--- a/Source/core/dom/Attr.h |
+++ b/Source/core/dom/Attr.h |
@@ -86,7 +86,7 @@ private: |
virtual void childrenChanged(const ChildrenChange&) override; |
- Attribute& elementAttribute(); |
+ void updateElementAttribute(const AtomicString&); |
// Attr wraps either an element/name, or a name/value pair (when it's a standalone Node.) |
// Note that m_name is always set, but m_element/m_standaloneValue may be null. |