| Index: third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp b/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| index 5a0babb134279ee80ac22d84cb06013812b5db9b..d2c4378f63e8062b1349145703fc3673c188b231 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| @@ -98,7 +98,7 @@ public:
|
| WorkerLoaderProxyProvider* mockWorkerLoaderProxyProvider,
|
| WorkerReportingProxy& mockWorkerReportingProxy)
|
| : WorkerThread(WorkerLoaderProxy::create(mockWorkerLoaderProxyProvider), mockWorkerReportingProxy)
|
| - , m_thread(WebThreadSupportingGC::create("Test thread"))
|
| + , m_thread(WebThreadSupportingGC::create("Test thread", ThreadState::PerThreadHeapDisabled))
|
| , m_scriptLoadedEvent(adoptPtr(Platform::current()->createWaitableEvent()))
|
| {
|
| }
|
|
|