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