| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerError.cpp
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerError.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerError.cpp
|
| index f197f17fed8a26045f6ca6381ebc96dd996cd29c..70f1903d2a0cf7424e6688411512395ff21554a5 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerError.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerError.cpp
|
| @@ -141,7 +141,7 @@ v8::Local<v8::Value> ServiceWorkerErrorForUpdate::take(
|
| return V8ThrowException::createTypeError(scriptState->isolate(),
|
| webError.message);
|
| default:
|
| - return toV8(ServiceWorkerError::take(resolver, webError),
|
| + return ToV8(ServiceWorkerError::take(resolver, webError),
|
| scriptState->context()->Global(), scriptState->isolate());
|
| }
|
| }
|
|
|