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

Unified Diff: third_party/WebKit/Source/core/html/track/AudioTrackList.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/core/html/track/AudioTrackList.idl
diff --git a/third_party/WebKit/Source/core/html/track/AudioTrackList.idl b/third_party/WebKit/Source/core/html/track/AudioTrackList.idl
index 43a321e8b131863b7fb7309c477cd0f63bfb7d4a..d49e9cc3ac6d0cdfbee7e101917cf7d803d4e687 100644
--- a/third_party/WebKit/Source/core/html/track/AudioTrackList.idl
+++ b/third_party/WebKit/Source/core/html/track/AudioTrackList.idl
@@ -5,8 +5,8 @@
// https://html.spec.whatwg.org/#audiotracklist
[
+ DependentLifetime,
RuntimeEnabled=AudioVideoTracks,
- SetWrapperReferenceFrom=owner,
] interface AudioTrackList : EventTarget {
readonly attribute unsigned long length;
getter AudioTrack (unsigned long index);
« no previous file with comments | « third_party/WebKit/Source/core/html/track/AudioTrack.idl ('k') | third_party/WebKit/Source/core/html/track/TextTrack.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698