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

Unified Diff: Source/bindings/modules/v8/custom/V8ServiceWorkerClientCustom.cpp

Issue 463423003: ServiceWorker: Rename Client interface to ServiceWorkerClient (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix GN build Created 6 years, 4 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
« no previous file with comments | « Source/bindings/modules/v8/custom/V8ClientCustom.cpp ('k') | Source/bindings/modules/v8/custom/custom.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/modules/v8/custom/V8ServiceWorkerClientCustom.cpp
diff --git a/Source/bindings/modules/v8/custom/V8ClientCustom.cpp b/Source/bindings/modules/v8/custom/V8ServiceWorkerClientCustom.cpp
similarity index 58%
rename from Source/bindings/modules/v8/custom/V8ClientCustom.cpp
rename to Source/bindings/modules/v8/custom/V8ServiceWorkerClientCustom.cpp
index 89d293f3a24d8cb1eb39c057fe3606c8433a27b4..dad5c4aa0ce3c9f991d95909fd3dcc80bc144ea8 100644
--- a/Source/bindings/modules/v8/custom/V8ClientCustom.cpp
+++ b/Source/bindings/modules/v8/custom/V8ServiceWorkerClientCustom.cpp
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "config.h"
-#include "bindings/modules/v8/V8Client.h"
+#include "bindings/modules/v8/V8ServiceWorkerClient.h"
#include "bindings/core/v8/PostMessage.h"
#include "bindings/core/v8/V8Binding.h"
@@ -11,9 +11,9 @@
namespace blink {
// FIXME: This stub should be replaced by generated code.
-void V8Client::postMessageMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
+void V8ServiceWorkerClient::postMessageMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
{
- postMessageMethodCommon("Client", V8Client::toNative(info.Holder()), info);
+ postMessageMethodCommon("ServiceWorkerClient", V8ServiceWorkerClient::toNative(info.Holder()), info);
}
} // namespace blink
« no previous file with comments | « Source/bindings/modules/v8/custom/V8ClientCustom.cpp ('k') | Source/bindings/modules/v8/custom/custom.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698