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

Unified Diff: third_party/WebKit/Source/core/page/EventSource.cpp

Issue 2181243002: Move ThreadableLoader to Oilpan heap (2/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@onheap-bridge-peer-in-worker-threadable-loader
Patch Set: fix Created 4 years, 5 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/page/EventSource.cpp
diff --git a/third_party/WebKit/Source/core/page/EventSource.cpp b/third_party/WebKit/Source/core/page/EventSource.cpp
index 77c3b18399948f3563ca17992661c1d2d4fd23e5..c01dd22437b658eade15a64c440a14a45b2327ec 100644
--- a/third_party/WebKit/Source/core/page/EventSource.cpp
+++ b/third_party/WebKit/Source/core/page/EventSource.cpp
@@ -354,6 +354,7 @@ bool EventSource::hasPendingActivity() const
DEFINE_TRACE(EventSource)
{
visitor->trace(m_parser);
+ visitor->trace(m_loader);
EventTargetWithInlineData::trace(visitor);
ActiveDOMObject::trace(visitor);
EventSourceParser::Client::trace(visitor);

Powered by Google App Engine
This is Rietveld 408576698