| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index ff5ecd6f02172a6ef93c5871d03af6994a3335db..442b5f119590432c3a5e8d6a6d36286aab210bb3 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -605,6 +605,8 @@ public:
|
| MixedContentFormPresent = 665,
|
| GetUserMediaInsecureOrigin = 666,
|
| GetUserMediaSecureOrigin = 667,
|
| + // The above items are available in M41 branch.
|
| +
|
| DeviceMotionInsecureOrigin = 668,
|
| DeviceMotionSecureOrigin = 669,
|
| DeviceOrientationInsecureOrigin = 670,
|
|
|