| Index: LayoutTests/geofencing/geofencing-not-implemented.html
|
| diff --git a/LayoutTests/geofencing/geofencing-not-implemented.html b/LayoutTests/geofencing/geofencing-not-implemented.html
|
| index dc44262e096235ffde2c226e0528894523ecea02..ddfb6f21c5c4d6449eb006d3ae315dc734e171af 100644
|
| --- a/LayoutTests/geofencing/geofencing-not-implemented.html
|
| +++ b/LayoutTests/geofencing/geofencing-not-implemented.html
|
| @@ -14,7 +14,7 @@ function shouldReject(promise)
|
| function() { testPassed("Promise rejected as expected."); });
|
| }
|
|
|
| -shouldReject(navigator.geofencing.registerRegion(new CircularRegion({latitude: 37.421999, longitude: -122.084015})));
|
| +shouldReject(navigator.geofencing.registerRegion(new CircularGeofencingRegion({latitude: 37.421999, longitude: -122.084015})));
|
| shouldReject(navigator.geofencing.unregisterRegion(""));
|
| shouldReject(navigator.geofencing.getRegisteredRegions());
|
| </script>
|
|
|