blob: 753df4f5f91eca0b9c17853725eb6d92cad1735a [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/V8ServiceWorker.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 V8ServiceWorker::postMessageMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
{
postMessageMethodCommon("ServiceWorker", V8ServiceWorker::toImpl(info.Holder()), info);
}
} // namespace blink