| Index: third_party/WebKit/LayoutTests/sensor/gyroscope.html
|
| diff --git a/third_party/WebKit/LayoutTests/sensor/gyroscope.html b/third_party/WebKit/LayoutTests/sensor/gyroscope.html
|
| index 5905ef7d1a1bf118fe2f854fe63d7da14640ddab..d0e1c722dc8210c063daae8a890f53d05b6008e7 100644
|
| --- a/third_party/WebKit/LayoutTests/sensor/gyroscope.html
|
| +++ b/third_party/WebKit/LayoutTests/sensor/gyroscope.html
|
| @@ -16,7 +16,6 @@ const kDefaultReadingY = 2.12345;
|
| const kDefaultReadingZ = 3.12345;
|
|
|
| function update_sensor_reading(buffer) {
|
| - buffer[1] = window.performance.now();
|
| buffer[2] = kDefaultReadingX;
|
| buffer[3] = kDefaultReadingY;
|
| buffer[4] = kDefaultReadingZ;
|
|
|