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: address feedback 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 36308e966cc063c7eb04c9447e0f8ef1a5740aeb..b15151755eb1adc5655ae6de6ccef7c983909d54 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,
StyleMedia = 606,
StyleMediaType = 607,

Powered by Google App Engine