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

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

Issue 474013004: Experimental SVG 1.1 DOM runtime flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: UseCounter + make it possible to disable svgdom from commandline Created 6 years, 3 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 | « no previous file | Source/core/svg/SVGAElement.idl » ('j') | Source/core/svg/SVGPathElement.idl » ('J')
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 6784c17d07de5671ec86695d5a332059c0fc85fa..6952ad91e4b4381eec85b0af55b57a5ea38bd34a 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -498,6 +498,8 @@ public:
MixedContentPrivateIPInPublicWebsitePassive = 527,
MixedContentPrivateIPInPublicWebsiteActive = 528,
XMLExternalResourceLoad = 529,
+ SVG1DOM = 530,
+ SVGPathSegDOM = 531,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« no previous file with comments | « no previous file | Source/core/svg/SVGAElement.idl » ('j') | Source/core/svg/SVGPathElement.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698