| 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 12da6db94fa0d12315959c417b6770bd8331fd91..4d078de79f6e27d9cfc7dc29c05499feb449b5af 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1456,6 +1456,7 @@ class CORE_EXPORT UseCounter {
|
| CSSValueOnDemand = 1802,
|
| ServiceWorkerNavigationPreload = 1803,
|
| HTMLIFrameElementAllowfullscreenAttributeSetAfterContentLoad = 1805,
|
| + V8FileReaderSync_Constructor = 1812,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|