| 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 8ad6600228d92dfc143efff7aed02f1a642f3bce..63c5ea2f6cb8f17792d13debcaf42f61d5a6afa3 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -243,11 +243,9 @@ public:
|
| UnprefixedImageSmoothingEnabled = 268,
|
| // The above items are available in M34 branch.
|
|
|
| - TextAutosizing = 274,
|
| HTMLAnchorElementPingAttribute = 276,
|
| InsertAdjacentHTML = 278,
|
| SVGClassName = 279,
|
| - HTMLAppletElement = 280,
|
| HTMLMediaElementSeekToFragmentStart = 281,
|
| HTMLMediaElementPauseAtFragmentEnd = 282,
|
| PrefixedWindowURL = 283,
|
| @@ -313,11 +311,8 @@ public:
|
| PrefixedIDBTransactionConstructor = 370,
|
| NotificationPermission = 371,
|
| RangeDetach = 372,
|
| - PrefixedMouseEventMovementX = 382,
|
| - PrefixedMouseEventMovementY = 383,
|
| PrefixedFileRelativePath = 386,
|
| DocumentCaretRangeFromPoint = 387,
|
| - // DocumentGetCSSCanvasContext = 388,
|
| ElementScrollIntoViewIfNeeded = 389,
|
| RangeExpand = 393,
|
| HTMLImageElementX = 396,
|
| @@ -751,7 +746,6 @@ public:
|
| AudioParamSetValueCurveAtTime = 913,
|
| AudioParamCancelScheduledValues = 914,
|
| V8Permissions_Request_Method = 915,
|
| - LinkRelSubresource = 916,
|
| LinkRelPrefetch = 917,
|
| LinkRelPrerender = 918,
|
| LinkRelNext = 919,
|
| @@ -1022,7 +1016,6 @@ public:
|
| DocumentCreateEventTextEvent = 1182,
|
| DocumentCreateEventTransitionEvent = 1183,
|
| DocumentCreateEventWheelEvent = 1184,
|
| - DocumentCreateEventMediaKeyEvent = 1185,
|
| DocumentCreateEventTrackEvent = 1186,
|
| DocumentCreateEventWebKitAnimationEvent = 1187,
|
| DocumentCreateEventMutationEvents = 1188,
|
|
|