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

Unified Diff: third_party/WebKit/Source/modules/vr/VRDevice.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/vr/VRDevice.idl
diff --git a/third_party/WebKit/Source/modules/vr/VRDevice.idl b/third_party/WebKit/Source/modules/vr/VRDevice.idl
index 9bb4610ba08e81fcc030823c2e50f37e52bd3d42..3e5738647b1eefb6075df688771a9df651c98784 100644
--- a/third_party/WebKit/Source/modules/vr/VRDevice.idl
+++ b/third_party/WebKit/Source/modules/vr/VRDevice.idl
@@ -5,7 +5,6 @@
// http://mozvr.github.io/webvr-spec/webvr.html#vrdevice
[
RuntimeEnabled=WebVR,
- GarbageCollected,
] interface VRDevice {
// An identifier for the distinct hardware unit that this
// VR Device is a part of. All VRDevice/Sensors that come
« no previous file with comments | « third_party/WebKit/Source/modules/storage/Storage.idl ('k') | third_party/WebKit/Source/modules/vr/VREyeParameters.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698