| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index 9a7036140bb7c533d91135022da5b66bd0b4e0dd..2ba83a871e8fe9b6ab0bdc1c70e7009a53d53576 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -433,10 +433,6 @@ public:
|
| RequestFileSystem = 508,
|
| RequestFileSystemWorker = 509,
|
| RequestFileSystemSyncWorker = 510,
|
| - UIEventLayerX = 511,
|
| - UIEventLayerY = 512,
|
| - UIEventPageX = 513,
|
| - UIEventPageY = 514,
|
| DevToolsConsoleProfile = 518,
|
| SVGStyleElementTitle = 519,
|
| PictureSourceSrc = 520,
|
| @@ -759,6 +755,8 @@ public:
|
| V8XPathEvaluator_CreateNSResolver_Method = 855,
|
| V8XPathEvaluator_Evaluate_Method = 856,
|
| RequestMIDIAccess = 857,
|
| + V8MouseEvent_LayerX_AttributeGetter = 858,
|
| + V8MouseEvent_LayerY_AttributeGetter = 859,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|