| Index: Source/core/dom/Attribute.h
|
| diff --git a/Source/core/dom/Attribute.h b/Source/core/dom/Attribute.h
|
| index 59dc34f021fab74db82e75ec02118cfed5cf8ec8..d4710aea40d2b9ce78c246d74ec23ec781a7af5e 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
|
|
|