| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index ba609f48cc7048c69df023eee089499db30d6c10..e895b1def0d3be0cba07d9e1d7ddc7a0f0da9d75 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -132,6 +132,9 @@ public:
|
| bool hasAttribute(const AtomicString& name) const;
|
| bool hasAttributeNS(const AtomicString& namespaceURI, const AtomicString& localName) const;
|
|
|
| + const AtomicString& bindingsGetAttribute(const String& name) const;
|
| + void bindingsSetAttribute(const String& name, const AtomicString& value, ExceptionState&);
|
| +
|
| const AtomicString& getAttribute(const AtomicString& name) const;
|
| const AtomicString& getAttributeNS(const AtomicString& namespaceURI, const AtomicString& localName) const;
|
|
|
|
|