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 d5298dfc08737f554cb62c9699b0f89d23241089..665d4f1a1b3636bb6ddc055faa896b2437f08fff 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 @@ geolocationServiceMock.then(mock => { |
shouldBe('position.coords.latitude', 'mockLatitude'); |
shouldBe('position.coords.longitude', 'mockLongitude'); |
shouldBe('position.coords.accuracy', 'mockAccuracy'); |
- shouldBe('position.toString()', '"[object Geoposition]"'); |
+ shouldBe('position.toString()', '"[object Position]"'); |
shouldBe('position.coords.toString()', '"[object Coordinates]"'); |
finishJSTest(); |
}, function(e) { |