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

Unified Diff: Source/core/frame/UseCounter.h

Issue 130703003: Revert of Add use counters for using Attrs as Nodes. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Mark as removed, instead of revert-deleting, the counter enums. Created 6 years, 11 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
« no previous file with comments | « Source/bindings/tests/results/V8TestObjectPython.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index aa08ad5d3faadf741e083bfa14f3cceb41034e6b..dce2632880a4cbb372d1ef20548afbe7f79070a9 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -285,8 +285,8 @@ public:
ElementSetPrefix, // Element.prefix is readonly in DOM4.
CSSStyleDeclarationGetPropertyCSSValue,
SVGElementGetPresentationAttribute,
- AttrUsedAsNodeParameter,
- AttrUsedAsNodeReceiver,
+ REMOVEDAttrUsedAsNodeParameter,
+ REMOVEDAttrUsedAsNodeReceiver,
PrefixedMediaCancelKeyRequest,
DOMImplementationHasFeature,
DOMImplementationHasFeatureReturnFalse,
« no previous file with comments | « Source/bindings/tests/results/V8TestObjectPython.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698