| 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
|
|
|