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

Unified Diff: sky/engine/core/html/HTMLMediaElement.cpp

Issue 683703003: Remove various Heap* types. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « sky/engine/core/html/HTMLMediaElement.h ('k') | sky/engine/core/html/HTMLVideoElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/HTMLMediaElement.cpp
diff --git a/sky/engine/core/html/HTMLMediaElement.cpp b/sky/engine/core/html/HTMLMediaElement.cpp
index 7f1e1d9175dfe2346e7560ecdf5c97d477f09132..4b613205ea5f9ea14280ed155e645fef2e02627d 100644
--- a/sky/engine/core/html/HTMLMediaElement.cpp
+++ b/sky/engine/core/html/HTMLMediaElement.cpp
@@ -2424,16 +2424,4 @@ void HTMLMediaElement::defaultEventHandler(Event* event)
HTMLElement::defaultEventHandler(event);
}
-void HTMLMediaElement::trace(Visitor* visitor)
-{
- visitor->trace(m_playedTimeRanges);
- visitor->trace(m_asyncEventQueue);
- visitor->trace(m_error);
- visitor->trace(m_currentSourceNode);
- visitor->trace(m_nextChildNodeToConsider);
- visitor->trace(m_mediaSource);
- Supplementable<HTMLMediaElement>::trace(visitor);
- HTMLElement::trace(visitor);
-}
-
}
« no previous file with comments | « sky/engine/core/html/HTMLMediaElement.h ('k') | sky/engine/core/html/HTMLVideoElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698