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

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

Issue 1150853004: [bindings] Use |PostMessage| attribute for CrossOriginServiceWorkerClient.postMessage to eliminate … (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | 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/V8CrossOriginServiceWorkerClientCustom.cpp
diff --git a/Source/bindings/modules/v8/custom/V8CrossOriginServiceWorkerClientCustom.cpp b/Source/bindings/modules/v8/custom/V8CrossOriginServiceWorkerClientCustom.cpp
deleted file mode 100644
index 733142c04d18ef2b1616c257a383af59f84ef738..0000000000000000000000000000000000000000
--- a/Source/bindings/modules/v8/custom/V8CrossOriginServiceWorkerClientCustom.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "config.h"
-#include "bindings/modules/v8/V8CrossOriginServiceWorkerClient.h"
-
-#include "bindings/core/v8/PostMessage.h"
-#include "bindings/core/v8/V8Binding.h"
-
-namespace blink {
-
-// Custom binding for CrossOriginServiceWorkerClient.postMessage.
-// FIXME: This stub should be replaced by generated code.
-void V8CrossOriginServiceWorkerClient::postMessageMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
-{
- postMessageMethodCommon("ServiceWorkerClient", V8CrossOriginServiceWorkerClient::toImpl(info.Holder()), info);
-}
-
-} // namespace blink
« no previous file with comments | « no previous file | Source/bindings/modules/v8/custom/custom.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698