| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index fa53de26f07735d7800c716089de047c4924ccbd..a31de9c7cad75cd54bffd59ff05179606aa3e9ec 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -253,8 +253,6 @@ public:
|
|
|
| void scheduleSVGFilterLayerUpdateHack();
|
|
|
| - void normalizeAttributes();
|
| -
|
| void setBooleanAttribute(const QualifiedName& name, bool);
|
|
|
| virtual const StylePropertySet* additionalPresentationAttributeStyle() { return nullptr; }
|
| @@ -590,9 +588,6 @@ private:
|
| virtual void didAddUserAgentShadowRoot(ShadowRoot&) { }
|
| virtual bool alwaysCreateUserAgentShadowRoot() const { return false; }
|
|
|
| - // FIXME: Remove the need for Attr to call willModifyAttribute/didModifyAttribute.
|
| - friend class Attr;
|
| -
|
| enum SynchronizationOfLazyAttribute { NotInSynchronizationOfLazyAttribute = 0, InSynchronizationOfLazyAttribute };
|
|
|
| void didAddAttribute(const QualifiedName&, const AtomicString&);
|
|
|