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

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

Issue 2522443002: Remove SVGCursorElement (Closed)
Patch Set: Rebase Created 4 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
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 4a3af7d8380291c880c3073d3b99484eec107ed5..da6f6b45f63d9516eb4f996b650c8f7e1837a080 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -870,7 +870,6 @@ class CORE_EXPORT UseCounter {
V8SVGAElement_Target_AttributeGetter = 1109,
V8SVGClipPathElement_ClipPathUnits_AttributeGetter = 1110,
SVG1DOMFitToViewBox = 1111,
- SVG1DOMCursorElement = 1112,
SVG1DOMSVGElement = 1114,
SVG1DOMImageElement = 1115,
SVG1DOMForeignObjectElement = 1116,
@@ -1274,8 +1273,6 @@ class CORE_EXPORT UseCounter {
XSSAuditorEnabledFilter = 1584,
XSSAuditorEnabledBlock = 1585,
XSSAuditorInvalid = 1586,
- SVGCursorElement = 1587,
- SVGCursorElementHasClient = 1588,
TextInputEventOnInput = 1589,
TextInputEventOnTextArea = 1590,
TextInputEventOnContentEditable = 1591,

Powered by Google App Engine
This is Rietveld 408576698