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

Unified Diff: third_party/WebKit/Source/modules/webmidi/MIDIOutput.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/MIDIOutput.idl
diff --git a/third_party/WebKit/Source/modules/webmidi/MIDIOutput.idl b/third_party/WebKit/Source/modules/webmidi/MIDIOutput.idl
index e730081ff748317231777284264404b9b358af59..699af30d3eb363d576a77a270b5687f3792c1da5 100644
--- a/third_party/WebKit/Source/modules/webmidi/MIDIOutput.idl
+++ b/third_party/WebKit/Source/modules/webmidi/MIDIOutput.idl
@@ -31,7 +31,7 @@
// https://webaudio.github.io/web-midi-api/#MIDIOutput
[
- SetWrapperReferenceTo(MIDIAccess midiAccess),
+ DependentLifetime,
] interface MIDIOutput : MIDIPort {
// TODO(toyoshim): implement void clear()
[RaisesException] void send(Uint8Array data, optional double timestamp);
« no previous file with comments | « third_party/WebKit/Source/modules/webmidi/MIDIInput.idl ('k') | third_party/WebKit/Source/modules/webmidi/MIDIPort.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698