blob: 0864efde8de0905ec0d5a5b4510738122e5f2f44 [file] [log] [blame]
// 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/V8ServiceWorkerClient.h"
#include "bindings/core/v8/PostMessage.h"
#include "bindings/core/v8/V8Binding.h"
namespace blink {
// FIXME: This stub should be replaced by generated code.
void V8ServiceWorkerClient::postMessageMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
{
postMessageMethodCommon("ServiceWorkerClient", V8ServiceWorkerClient::toImpl(info.Holder()), info);
}
} // namespace blink