Chromium Code Reviews| 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 f9824d14d439c2d83669f28c410d750fe0f1f9a2..619d3c8ebbe4b4427a384c3424ed9a04c6fbf932 100644 |
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h |
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
| @@ -353,7 +353,7 @@ class CORE_EXPORT UseCounter { |
| MapElement = 482, |
| MeterElement = 483, |
| ProgressElement = 484, |
| - PrefixedHTMLElementDropzone = 490, |
| + OBSOLETE_PrefixedHTMLElementDropzone = 490, |
|
jsbell
2017/03/02 22:06:45
I think we're okay with deleting entries here (we
pwnall
2017/03/02 22:47:04
Done.
|
| WheelEventWheelDeltaX = 491, |
| WheelEventWheelDeltaY = 492, |
| WheelEventWheelDelta = 493, |