| Index: third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp
|
| index 7a45991966ad1c7eb99f45f5dd6b1aa58ec06acc..03ab5b5db49874b3da837840ec03fac9b44b1ae7 100644
|
| --- a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp
|
| @@ -188,7 +188,7 @@ public:
|
| private:
|
| void executeScriptInWorker(WorkerThread* worker, WebWaitableEvent* waitEvent)
|
| {
|
| - WorkerScriptController* scriptController = worker->workerGlobalScope()->script();
|
| + IsolatedScriptController* scriptController = worker->workerGlobalScope()->script();
|
| bool evaluateResult = scriptController->evaluate(ScriptSourceCode("var counter = 0; ++counter;"));
|
| ASSERT_UNUSED(evaluateResult, evaluateResult);
|
| waitEvent->signal();
|
|
|