| Index: third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp b/third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp
|
| index 91d2e7f18b35be9fe421abc14efbb205c5032c11..64703a384f5a45e6574c61068194df29f4bc8fc6 100644
|
| --- a/third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.cpp
|
| @@ -57,7 +57,7 @@ WorkerGlobalScopeProxy* WorkerGlobalScopeProxyProviderImpl::createWorkerGlobalSc
|
| // support ServiceWorker in dedicated workers (http://crbug.com/371690)
|
| return new DedicatedWorkerMessagingProxy(worker, workerClients);
|
| }
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return 0;
|
| }
|
|
|
|
|