Chromium Code Reviews

Unified Diff: Source/core/frame/UseCounter.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.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index e9d37915ee0b6c66a3a6861bf0b91bfcc6db6dfb..4cfa1cd2d18681688ed294a076fdfc189a72d9aa 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -518,8 +518,6 @@ public:
UIEventKeyCode = 597,
UIEventWhich = 598,
TextWholeText = 599,
- AttrChildAccess = 600,
- AttrChildChange = 601,
NotificationCloseEvent = 603,
CSSKeyframesRuleAppendRule = 604,
CSSKeyframesRuleInsertRule = 605,

Powered by Google App Engine