Chromium Code Reviews| 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 4fcff565383067b50cda39774c9a2e5b34fdc41d..0dc8b384796a8c0fb862fcd955e877c14f4fe97d 100644 |
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h |
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
| @@ -1276,6 +1276,7 @@ public: |
| CleanScriptElementWithNonce = 1540, |
| PotentiallyInjectedScriptElementWithNonce = 1541, |
| PendingStylesheetAddedAfterBodyStarted = 1542, |
| + UntrustedMouseDownEventDispatched = 1543, |
|
Rick Byers
2016/09/01 21:58:56
nit: qualify that this is for select nodes. Eg. '
dtapuska
2016/09/02 02:57:43
Done.
|
| // Add new features immediately above this line. Don't change assigned |
| // numbers of any item, and don't reuse removed slots. |