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

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

Issue 141363002: Count DOMImplementation.hasFeature usage and cases where it returns false (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index 64cd844654c1eee630083dc2c6931e5d1344d23a..a03fc17957f002926488a2369f7279ede3eb54b2 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -285,6 +285,8 @@ public:
ElementSetPrefix, // Element.prefix is readonly in DOM4.
CSSStyleDeclarationGetPropertyCSSValue,
SVGElementGetPresentationAttribute,
+ DOMImplementationHasFeature,
+ DOMImplementationHasFeatureReturnFalse,
// Add new features immediately above this line. Don't change assigned
// numbers of each items, and don't reuse unused slots.
NumberOfFeatures, // This enum value must be last.
« Source/core/dom/DOMImplementation.idl ('K') | « Source/core/dom/DOMImplementation.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698