Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1694)

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerError.cpp

Issue 2595543003: Rename toV8(...) function in Blink to ToV8(...). (Closed)
Patch Set: Rebasing... Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());
}
}

Powered by Google App Engine
This is Rietveld 408576698