| 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 34a8e1e28b4dabbec221e3b48f76d44862b4cb0e..f879461e8163ab16e3eae365d0e503bc1d9853ec 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1189,6 +1189,8 @@ public:
|
| CSSSelectorPseudoReadOnly = 1377,
|
| CSSSelectorPseudoReadWrite = 1378,
|
| UnloadHandler_Navigation = 1379,
|
| + DocumentCreateEventSensorErrorEvent = 1380,
|
| + DocumentCreateEventSensorReadingEvent = 1381,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|