Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1256)

Unified Diff: modules/geolocation/testing/InternalsGeolocation.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/geolocation/testing/InternalsGeolocation.idl
diff --git a/modules/geolocation/testing/InternalsGeolocation.idl b/modules/geolocation/testing/InternalsGeolocation.idl
index 1619c21e2610ad7d93cea19c31352546dbea1121..ac6b2d34c1ebdd666de84a2c7c17126955f6ec97 100644
--- a/modules/geolocation/testing/InternalsGeolocation.idl
+++ b/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);
« no previous file with comments | « modules/filesystem/WorkerGlobalScopeFileSystem.idl ('k') | modules/imagebitmap/ImageBitmapRenderingContext.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698