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

Unified Diff: Source/core/loader/WorkerLoaderClientBridgeSyncHelper.h

Issue 1179733009: Always enable Oilpan for EventSource. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: msvc compile fix Created 5 years, 6 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/loader/WorkerLoaderClientBridge.h ('k') | Source/core/page/EventSource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/WorkerLoaderClientBridgeSyncHelper.h
diff --git a/Source/core/loader/WorkerLoaderClientBridgeSyncHelper.h b/Source/core/loader/WorkerLoaderClientBridgeSyncHelper.h
index 7c23f6fe5d08b6aae3af53fb7d29065abb5c76f8..c0c6132ab0eea9bb02a1a88efb735b5b9eece6c3 100644
--- a/Source/core/loader/WorkerLoaderClientBridgeSyncHelper.h
+++ b/Source/core/loader/WorkerLoaderClientBridgeSyncHelper.h
@@ -47,6 +47,7 @@ namespace blink {
// passed to and used on the main thread. Each did* method records the given
// data so that they can be run on the worker thread later (by run()).
class WorkerLoaderClientBridgeSyncHelper : public ThreadableLoaderClient {
+ WTF_MAKE_FAST_ALLOCATED(WorkerLoaderClientBridgeSyncHelper);
public:
static PassOwnPtr<WorkerLoaderClientBridgeSyncHelper> create(ThreadableLoaderClientWrapper*, PassOwnPtr<WebWaitableEvent>);
virtual ~WorkerLoaderClientBridgeSyncHelper();
« no previous file with comments | « Source/core/loader/WorkerLoaderClientBridge.h ('k') | Source/core/page/EventSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698