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

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

Issue 1805843002: [v8 gc] Introduce a base class for all objects that can have pending activity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 4 years, 9 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/MIDIPort.idl
diff --git a/third_party/WebKit/Source/modules/webmidi/MIDIPort.idl b/third_party/WebKit/Source/modules/webmidi/MIDIPort.idl
index 0f448679e808c607e1aba1437ed40a06aa0ca411..0cdd7c0ece01e1db6f5c0fbc59b9f8247e965cf5 100644
--- a/third_party/WebKit/Source/modules/webmidi/MIDIPort.idl
+++ b/third_party/WebKit/Source/modules/webmidi/MIDIPort.idl
@@ -47,6 +47,7 @@ enum MIDIPortType {
[
DependentLifetime,
GarbageCollected,
+ RequiresFinalizer,
] interface MIDIPort : EventTarget {
readonly attribute MIDIPortConnectionState connection;
readonly attribute DOMString id;

Powered by Google App Engine
This is Rietveld 408576698