| 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 df1bfdb6852b6e2615b4fee348888fd521ca7175..b6533b7c8b30ea5a180dac12929e1001bc8f03d6 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| @@ -13,6 +13,7 @@
|
| #include "platform/Task.h"
|
| #include "platform/ThreadSafeFunctional.h"
|
| #include "platform/WaitableEvent.h"
|
| +#include "public/platform/WebAddressSpace.h"
|
| #include "public/platform/WebScheduler.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -185,7 +186,7 @@ public:
|
| headers.release(),
|
| m_securityOrigin.get(),
|
| clients.release(),
|
| - WebURLRequest::AddressSpaceLocal,
|
| + WebAddressSpaceLocal,
|
| V8CacheOptionsDefault));
|
| }
|
|
|
|
|