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

Unified Diff: Source/core/fileapi/Stream.cpp

Issue 176853004: Oilpan: move core/fileapi to oilpan's heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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: Source/core/fileapi/Stream.cpp
diff --git a/Source/core/fileapi/Stream.cpp b/Source/core/fileapi/Stream.cpp
index 6cf822f755a6563d85222120dc19866754c96de9..a9c79d1fee83497338f5f5f47675a194cd34bdf2 100644
--- a/Source/core/fileapi/Stream.cpp
+++ b/Source/core/fileapi/Stream.cpp
@@ -37,6 +37,8 @@
namespace WebCore {
+DEFINE_GC_INFO(Stream);
+
Stream::Stream(ExecutionContext* context, const String& mediaType)
: ActiveDOMObject(context)
, m_mediaType(mediaType)

Powered by Google App Engine
This is Rietveld 408576698