X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fmodules%2Fgeolocation%2Ftesting%2FInternalsGeolocation.idl;h=ac6b2d34c1ebdd666de84a2c7c17126955f6ec97;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=99f047a16236394b87e802132605384851c2bc8c;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/modules/geolocation/testing/InternalsGeolocation.idl b/src/third_party/WebKit/Source/modules/geolocation/testing/InternalsGeolocation.idl index 99f047a..ac6b2d3 100644 --- a/src/third_party/WebKit/Source/modules/geolocation/testing/InternalsGeolocation.idl +++ b/src/third_party/WebKit/Source/modules/geolocation/testing/InternalsGeolocation.idl @@ -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); };