| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index e70cc638e960047023adedca42ccf0f35af1a381..64199647dab01375d60b280f80b9fccd56bb55bc 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 String& value, ExceptionState&);
|
| +
|
| const AtomicString& getAttribute(const AtomicString& name) const;
|
| const AtomicString& getAttributeNS(const AtomicString& namespaceURI, const AtomicString& localName) const;
|
|
|
|
|