| 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 8c1202cd2363e44a92ac5d57e5a7bbb3141ff63f..e52ab821c3cede65002deb4dced17e2b38110581 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1243,6 +1243,7 @@ public:
|
| BeforeInstallPromptEventUserChoice = 1437,
|
| BeforeInstallPromptEventPreventDefault = 1438,
|
| BeforeInstallPromptEventPrompt = 1439,
|
| + ExecCommandAltersHTMLStructure = 1440,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|