| 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,
|
|
|