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

Unified Diff: third_party/WebKit/Source/modules/geolocation/Geolocation.idl

Issue 1873323002: Have bindings layer assume and insist that all interface types are GCed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 8 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: third_party/WebKit/Source/modules/geolocation/Geolocation.idl
diff --git a/third_party/WebKit/Source/modules/geolocation/Geolocation.idl b/third_party/WebKit/Source/modules/geolocation/Geolocation.idl
index 19618453b00aca471c03a51f2f7b102af542e1e4..03ae15111ec85e6058549bd16b1c84e3acc1ad66 100644
--- a/third_party/WebKit/Source/modules/geolocation/Geolocation.idl
+++ b/third_party/WebKit/Source/modules/geolocation/Geolocation.idl
@@ -25,7 +25,6 @@
// http://www.w3.org/TR/geolocation-API/#geolocation_interface
[
- GarbageCollected,
NoInterfaceObject,
] interface Geolocation {
[LogActivity] void getCurrentPosition(PositionCallback successCallback,

Powered by Google App Engine
This is Rietveld 408576698