| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index 9bcce938e1f80e719ec476ebec4172a15a66bc26..e393b9850cf5cbe4be98c9869420acd8289dba8b 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -156,6 +156,8 @@ public:
|
| static PassRefPtr<UniqueElementData> create();
|
| PassRefPtr<ShareableElementData> makeShareableCopy() const;
|
|
|
| + OVERRIDE_NEW(UniqueElementData)
|
| +
|
| // These functions do no error/duplicate checking.
|
| void addAttribute(const QualifiedName&, const AtomicString&);
|
| void removeAttribute(size_t index);
|
|
|