Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / geolocation / testing / InternalsGeolocation.idl
index 99f047a..ac6b2d3 100644 (file)
@@ -33,5 +33,5 @@ partial interface Internals {
     void setGeolocationPosition(Document document, double latitude, double longitude, double accuracy);
     void setGeolocationPositionUnavailableError(Document document, DOMString message);
     void setGeolocationPermission(Document document, boolean allowed);
-    int numberOfPendingGeolocationPermissionRequests(Document document);
+    long numberOfPendingGeolocationPermissionRequests(Document document);
 };