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

Unified Diff: third_party/WebKit/Source/core/html/track/TextTrackCue.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/TextTrackCue.idl
diff --git a/third_party/WebKit/Source/core/html/track/TextTrackCue.idl b/third_party/WebKit/Source/core/html/track/TextTrackCue.idl
index d10834b0effc963fc50cc21cbc8e3deb443d2178..3ca21e2b0dd29ba099a11cfbef658feb9c0273b7 100644
--- a/third_party/WebKit/Source/core/html/track/TextTrackCue.idl
+++ b/third_party/WebKit/Source/core/html/track/TextTrackCue.idl
@@ -26,7 +26,7 @@
// https://html.spec.whatwg.org/#texttrackcue
[
- SetWrapperReferenceFrom=owner,
+ DependentLifetime,
] interface TextTrackCue : EventTarget {
readonly attribute TextTrack? track;
« no previous file with comments | « third_party/WebKit/Source/core/html/track/TextTrack.idl ('k') | third_party/WebKit/Source/core/html/track/TextTrackList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698