| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index e39a607d3b77f48f0c958b2f5c824af8785df4c8..8a92a302ae83de24bfae0496f44ba511faaf6753 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -292,7 +292,6 @@
|
| };
|
|
|
| // This method is called whenever an attribute is added, changed or removed.
|
| - virtual void attributeWillChange(const QualifiedName&, const AtomicString& oldValue, const AtomicString& newValue) { }
|
| virtual void attributeChanged(const QualifiedName&, const AtomicString&, AttributeModificationReason = ModifiedDirectly);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&);
|
|
|
|
|