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 fc6a5e89d1721c5b02e4a39b7838b76b3dc4353a..fc60fe627575b09d52496e59948180c170bc76ad 100644 |
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h |
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
| @@ -1279,6 +1279,8 @@ public: |
| CSSValueAppearanceTextFieldForTextField = 1475, |
| RTCPeerConnectionGetStats = 1476, |
| SVGSMILAnimationAppliedEffect = 1477, |
| + EventSourceDocument = 1478, |
| + EventSourceWorker = 1479, |
| PerformanceResourceTimingSizes = 1478, |
|
Mike West
2016/07/28 12:34:11
Yours need to come after this.
Mike West
2016/07/28 12:34:39
(Maybe remove the extraneous whitespace, as it's c
mlamouri (slow - plz ping)
2016/07/28 12:39:43
Yes indeed, this empty line tricked me well :)
|