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