| 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 9bca8fca2d1e3621765876eb28969b2babe7463e..2efb577e32f15d03eb972b460ae9cee54e2917e8 100644
|
| --- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
|
| @@ -1889,6 +1889,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
|
|
|