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

Unified Diff: third_party/WebKit/Source/modules/vr/VRPositionState.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/VRPositionState.idl
diff --git a/third_party/WebKit/Source/modules/vr/VRPositionState.idl b/third_party/WebKit/Source/modules/vr/VRPositionState.idl
index 4a22a02984d679bb7e67fb2fb8b0a61e6b41116a..3116332ca116cc40c5aaea34bb16cb1b74168d3c 100644
--- a/third_party/WebKit/Source/modules/vr/VRPositionState.idl
+++ b/third_party/WebKit/Source/modules/vr/VRPositionState.idl
@@ -5,7 +5,6 @@
// http://mozvr.github.io/webvr-spec/webvr.html#vrpositionstate
[
RuntimeEnabled=WebVR,
- GarbageCollected,
] interface VRPositionState {
readonly attribute double timeStamp;
readonly attribute DOMPoint? position;
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRFieldOfViewInit.idl ('k') | third_party/WebKit/Source/modules/webaudio/AudioBuffer.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698