| Index: third_party/WebKit/LayoutTests/geolocation-api/position-string.html
|
| diff --git a/third_party/WebKit/LayoutTests/geolocation-api/position-string.html b/third_party/WebKit/LayoutTests/geolocation-api/position-string.html
|
| index 665d4f1a1b3636bb6ddc055faa896b2437f08fff..d5298dfc08737f554cb62c9699b0f89d23241089 100644
|
| --- a/third_party/WebKit/LayoutTests/geolocation-api/position-string.html
|
| +++ b/third_party/WebKit/LayoutTests/geolocation-api/position-string.html
|
| @@ -27,7 +27,7 @@
|
| shouldBe('position.coords.latitude', 'mockLatitude');
|
| shouldBe('position.coords.longitude', 'mockLongitude');
|
| shouldBe('position.coords.accuracy', 'mockAccuracy');
|
| - shouldBe('position.toString()', '"[object Position]"');
|
| + shouldBe('position.toString()', '"[object Geoposition]"');
|
| shouldBe('position.coords.toString()', '"[object Coordinates]"');
|
| finishJSTest();
|
| }, function(e) {
|
|
|