Index: Source/core/dom/Attribute.h |
diff --git a/Source/core/dom/Attribute.h b/Source/core/dom/Attribute.h |
index 37fe145ffa3f73b7c7d1a7bbc2ad1effeb79914b..7a6410f2974a5114ff4175cc1138d1d9fe5443e6 100644 |
--- a/Source/core/dom/Attribute.h |
+++ b/Source/core/dom/Attribute.h |
@@ -54,7 +54,6 @@ public: |
bool matches(const QualifiedName&) const; |
void setValue(const AtomicString& value) { m_value = value; } |
- void setPrefix(const AtomicString& prefix) { m_name.setPrefix(prefix); } |
// Note: This API is only for HTMLTreeBuilder. It is not safe to change the |
// name of an attribute once parseAttribute has been called as DOM |