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 338db02e52f226a97585e4ed89fea84e4e8bef1a..8c7a0f044b6214d79867e3fb4c7b95eba35a2798 100644 |
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h |
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
| @@ -971,6 +971,8 @@ public: |
| SVG1DOMImageElement = 1115, |
| SVG1DOMForeignObjectElement = 1116, |
| AudioContextCreateIIRFilter = 1117, |
| + EventDeepPath = 1118, |
| + |
|
kochi
2016/01/19 05:52:19
Added an extra newline?
|
| // Add new features immediately above this line. Don't change assigned |
| // numbers of any item, and don't reuse removed slots. |