Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(515)

Unified Diff: Source/core/dom/Element.h

Issue 1158433004: Remove Attr child nodes (making Attr a Node, not a ContainerNode) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&);

Powered by Google App Engine
This is Rietveld 408576698