| 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 ce7450914180e686c29f8f342f705e63ac26ee8e..a3fd2219b0cccc0ad9679249f1a6c9bdc63316c6 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1182,6 +1182,9 @@ public:
|
| AudioListenerSetPosition = 1366,
|
| AudioListenerSetOrientation = 1367,
|
| IntersectionObserver_Constructor = 1368,
|
| + DurableStoragePersist = 1369,
|
| + DurableStoragePersisted = 1370,
|
| + DurableStorageEstimate = 1371,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|