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

Unified Diff: third_party/WebKit/Source/modules/geolocation/testing/InternalsGeolocation.idl

Issue 1466563003: Make [TypeChecking=Interface] the default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month 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: 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);

Powered by Google App Engine
This is Rietveld 408576698