| Index: third_party/WebKit/Source/modules/geolocation/testing/InternalsGeolocation.idl
|
| diff --git a/third_party/WebKit/Source/modules/geolocation/testing/InternalsGeolocation.idl b/third_party/WebKit/Source/modules/geolocation/testing/InternalsGeolocation.idl
|
| index 1619c21e2610ad7d93cea19c31352546dbea1121..ac6b2d34c1ebdd666de84a2c7c17126955f6ec97 100644
|
| --- a/third_party/WebKit/Source/modules/geolocation/testing/InternalsGeolocation.idl
|
| +++ b/third_party/WebKit/Source/modules/geolocation/testing/InternalsGeolocation.idl
|
| @@ -28,9 +28,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - TypeChecking=Interface
|
| -] partial interface Internals {
|
| +partial interface Internals {
|
| void setGeolocationClientMock(Document document);
|
| void setGeolocationPosition(Document document, double latitude, double longitude, double accuracy);
|
| void setGeolocationPositionUnavailableError(Document document, DOMString message);
|
|
|