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

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

Issue 1026843003: compositor-worker: Create a separate CompositorWorkerGlobalScope for compositor workers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 9 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/DedicatedWorkerThread.h ('k') | Source/modules/EventTargetModulesFactory.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/DedicatedWorkerThread.cpp
diff --git a/Source/core/workers/DedicatedWorkerThread.cpp b/Source/core/workers/DedicatedWorkerThread.cpp
index 80f22868d63fb8f4f27f56f5fe3fa3babef97143..2b4c7fb907f42d98d42c7edd46b9103f7fa6952f 100644
--- a/Source/core/workers/DedicatedWorkerThread.cpp
+++ b/Source/core/workers/DedicatedWorkerThread.cpp
@@ -56,7 +56,7 @@ DedicatedWorkerThread::~DedicatedWorkerThread()
PassRefPtrWillBeRawPtr<WorkerGlobalScope> DedicatedWorkerThread::createWorkerGlobalScope(PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData)
{
- return DedicatedWorkerGlobalScope::create(this, startupData, m_timeOrigin);
+ return DedicatedWorkerGlobalScope::create(this, startupData, timeOrigin());
}
void DedicatedWorkerThread::postInitialize()
« no previous file with comments | « Source/core/workers/DedicatedWorkerThread.h ('k') | Source/modules/EventTargetModulesFactory.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698