| 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 5d66eaa11914b1fb2237d1439945e2a7ad816aa9..89a161afd8f36f69659f1c65a3ada19f7978cf06 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -888,6 +888,8 @@ public:
|
| BackgroundSyncRegister = 1025,
|
| BorderImageWithBorderStyleNone = 1026,
|
| ExecCommandOnInputOrTextarea = 1027,
|
| + V8History_ScrollRestoration_AttributeGetter = 1028,
|
| + V8History_ScrollRestoration_AttributeSetter = 1029,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|