| Index: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
|
| index 98cd9b41814799465300b870b7460d66ad1c6593..bfb3b40c175c77f7d7d3ed90ba9bdfe65251fd33 100644
|
| --- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
|
| @@ -1910,6 +1910,16 @@ interface GamepadEvent : Event
|
| attribute @@toStringTag
|
| getter gamepad
|
| method constructor
|
| +interface Gyroscope : Sensor
|
| + attribute @@toStringTag
|
| + getter reading
|
| + method constructor
|
| +interface GyroscopeReading : SensorReading
|
| + attribute @@toStringTag
|
| + getter x
|
| + getter y
|
| + getter z
|
| + method constructor
|
| interface HTMLAllCollection
|
| attribute @@toStringTag
|
| getter length
|
|
|