| 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 52ee62d48cd281974570eacc7383f943dad3dff2..7f052908b7aeab018f1781bec5f12fe51619fde4 100644
|
| --- a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThreadTest.cpp
|
| @@ -18,6 +18,7 @@
|
| #include "platform/testing/TestingPlatformSupport.h"
|
| #include "platform/testing/UnitTestHelpers.h"
|
| #include "public/platform/Platform.h"
|
| +#include "public/platform/WebAddressSpace.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace blink {
|
| @@ -147,7 +148,7 @@ public:
|
| adoptPtr(new Vector<CSPHeaderAndType>()),
|
| m_securityOrigin.get(),
|
| clients.release(),
|
| - WebURLRequest::AddressSpaceLocal,
|
| + WebAddressSpaceLocal,
|
| V8CacheOptionsDefault));
|
| return adoptPtr(workerThread);
|
| }
|
|
|