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

Unified Diff: Source/core/workers/AbstractWorker.cpp

Issue 1212643004: [Oilpan] Apply RefCountedGarbageCollectedEventTarget on AbstractWorker (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove some redundant includes Created 5 years, 4 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 | « Source/core/workers/AbstractWorker.h ('k') | Source/core/workers/AbstractWorker.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/AbstractWorker.cpp
diff --git a/Source/core/workers/AbstractWorker.cpp b/Source/core/workers/AbstractWorker.cpp
index 9053e391eb248a7f1685029d99e86dd83e12101e..905d6f6ddf581014577e82079376df2df1faada1 100644
--- a/Source/core/workers/AbstractWorker.cpp
+++ b/Source/core/workers/AbstractWorker.cpp
@@ -73,7 +73,7 @@ KURL AbstractWorker::resolveURL(const String& url, ExceptionState& exceptionStat
DEFINE_TRACE(AbstractWorker)
{
- EventTargetWithInlineData::trace(visitor);
+ RefCountedGarbageCollectedEventTargetWithInlineData<AbstractWorker>::trace(visitor);
ActiveDOMObject::trace(visitor);
}
« no previous file with comments | « Source/core/workers/AbstractWorker.h ('k') | Source/core/workers/AbstractWorker.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698