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

Unified Diff: third_party/WebKit/Source/modules/webmidi/MIDIInput.idl

Issue 2676663006: Remove SetWrapperReferenceTo and SetWrapperReferenceFrom (Closed)
Patch Set: Rebase on master Created 3 years, 10 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/webmidi/MIDIInput.idl
diff --git a/third_party/WebKit/Source/modules/webmidi/MIDIInput.idl b/third_party/WebKit/Source/modules/webmidi/MIDIInput.idl
index 09d0dce8036663d4d531f3bc7c2d344e2b939eae..e6088d5ec5699337574f7358bf29961b3a1bc129 100644
--- a/third_party/WebKit/Source/modules/webmidi/MIDIInput.idl
+++ b/third_party/WebKit/Source/modules/webmidi/MIDIInput.idl
@@ -31,7 +31,7 @@
// https://webaudio.github.io/web-midi-api/#MIDIInput
[
- SetWrapperReferenceTo(MIDIAccess midiAccess),
+ DependentLifetime,
] interface MIDIInput : MIDIPort {
attribute EventHandler onmidimessage;
};

Powered by Google App Engine
This is Rietveld 408576698