| 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 6096f0d78d1dd828b1d5b50072db49c3db88cbe9..df1bfdb6852b6e2615b4fee348888fd521ca7175 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
|
| @@ -185,6 +185,7 @@ public:
|
| headers.release(),
|
| m_securityOrigin.get(),
|
| clients.release(),
|
| + WebURLRequest::AddressSpaceLocal,
|
| V8CacheOptionsDefault));
|
| }
|
|
|
|
|