| Index: Source/bindings/core/v8/WorkerScriptController.cpp
|
| diff --git a/Source/bindings/core/v8/WorkerScriptController.cpp b/Source/bindings/core/v8/WorkerScriptController.cpp
|
| index b3b7f34ada975746fec796e98b931edb30112317..f8ea19af629e8ecd45612a6df87feb172d42d73b 100644
|
| --- a/Source/bindings/core/v8/WorkerScriptController.cpp
|
| +++ b/Source/bindings/core/v8/WorkerScriptController.cpp
|
| @@ -112,7 +112,7 @@ WorkerScriptController::WorkerScriptController(WorkerGlobalScope& workerGlobalSc
|
| {
|
| m_isolate = V8PerIsolateData::initialize();
|
| V8Initializer::initializeWorker(m_isolate);
|
| - m_world = DOMWrapperWorld::create(WorkerWorldId);
|
| + m_world = DOMWrapperWorld::create(m_isolate, WorkerWorldId);
|
| m_interruptor = adoptPtr(new V8IsolateInterruptor(m_isolate));
|
| ThreadState::current()->addInterruptor(m_interruptor.get());
|
| ThreadState::current()->registerTraceDOMWrappers(m_isolate, V8GCController::traceDOMWrappers);
|
|
|