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

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

Issue 1505953008: Split SVGSVGElement.create* functions from SVG1DOM counter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-disable-svg1dom-runtime
Patch Set: Rebase Created 5 years 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 | third_party/WebKit/Source/core/svg/SVGSVGElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index 66d3ffdb9ca15611b02034de22e8952779f26d9a..0a339b1d3c510dde5bcd05892fa3472611d78656 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -939,6 +939,14 @@ public:
V8CSSFontFaceRule_Style_AttributeGetter = 1082,
SelectionCollapseNull = 1083,
SelectionSetBaseAndExtentNull = 1084,
+ V8SVGSVGElement_CreateSVGNumber_Method = 1085,
+ V8SVGSVGElement_CreateSVGLength_Method = 1086,
+ V8SVGSVGElement_CreateSVGAngle_Method = 1087,
+ V8SVGSVGElement_CreateSVGPoint_Method = 1088,
+ V8SVGSVGElement_CreateSVGMatrix_Method = 1089,
+ V8SVGSVGElement_CreateSVGRect_Method = 1090,
+ V8SVGSVGElement_CreateSVGTransform_Method = 1091,
+ V8SVGSVGElement_CreateSVGTransformFromMatrix_Method = 1092,
// 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 | third_party/WebKit/Source/core/svg/SVGSVGElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698