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

Unified Diff: third_party/WebKit/Source/core/html/HTMLMediaElement.h

Issue 1973863003: Implement SetWrapperReferenceFrom idl attribute within traceWrappers for media tracks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary tracing Created 4 years, 7 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/HTMLMediaElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
index ea35ad166ee10d27de286521292529d15267a610..81bda861d7fa13958c63371153ec38a5bda8ce70 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
@@ -83,6 +83,9 @@ public:
static bool isMediaStreamURL(const String& url);
DECLARE_VIRTUAL_TRACE();
+
+ DECLARE_VIRTUAL_TRACE_WRAPPERS();
+
void clearWeakMembers(Visitor*);
WebMediaPlayer* webMediaPlayer() const
{

Powered by Google App Engine
This is Rietveld 408576698