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

Unified Diff: third_party/WebKit/Source/core/html/track/TrackListBase.h

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/TrackListBase.h
diff --git a/third_party/WebKit/Source/core/html/track/TrackListBase.h b/third_party/WebKit/Source/core/html/track/TrackListBase.h
index 391ec94216a3f3ee9fade32927b915cb5cee0d7c..a4a08313103a07900523c7dffee3bcb96f5e812d 100644
--- a/third_party/WebKit/Source/core/html/track/TrackListBase.h
+++ b/third_party/WebKit/Source/core/html/track/TrackListBase.h
@@ -79,8 +79,6 @@ class TrackListBase : public EventTargetWithInlineData {
scheduleEvent(Event::create(EventTypeNames::change));
}
- Node* owner() const { return m_mediaElement; }
-
DEFINE_INLINE_TRACE() {
visitor->trace(m_tracks);
visitor->trace(m_mediaElement);
« no previous file with comments | « third_party/WebKit/Source/core/html/track/TrackBase.cpp ('k') | third_party/WebKit/Source/core/html/track/VideoTrack.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698