| 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 fea2c53dcbb1029508c90a3909baf012550b2d30..c0a9cd01f95e7d9216a8ede66bdbf643683cb156 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1497,6 +1497,8 @@ class CORE_EXPORT UseCounter {
|
| V0CustomElementsCreateCustomTagElement = 1877,
|
| V0CustomElementsCreateTypeExtensionElement = 1878,
|
| V0CustomElementsConstruct = 1879,
|
| + V8IDBObserver_Observe_Method = 1880,
|
| + V8IDBObserver_Unobserve_Method = 1881,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|