| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestLegacyCallbackInterface.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestLegacyCallbackInterface.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestLegacyCallbackInterface.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..43111d88a35953057bd6b2f514027d9952639a28
|
| --- /dev/null
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestLegacyCallbackInterface.h
|
| @@ -0,0 +1,30 @@
|
| +// 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.
|
| +
|
| +// This file has been auto-generated by code_generator_v8.py.
|
| +// DO NOT MODIFY!
|
| +
|
| +// This file has been generated from the Jinja2 template in
|
| +// third_party/WebKit/Source/bindings/templates/legacy_callback_interface.h.tmpl
|
| +
|
| +// clang-format off
|
| +#ifndef V8TestLegacyCallbackInterface_h
|
| +#define V8TestLegacyCallbackInterface_h
|
| +
|
| +#include "bindings/core/v8/DOMWrapperWorld.h"
|
| +#include "bindings/core/v8/ScopedPersistent.h"
|
| +#include "bindings/tests/idls/core/TestLegacyCallbackInterface.h"
|
| +#include "core/CoreExport.h"
|
| +
|
| +namespace blink {
|
| +
|
| +class V8TestLegacyCallbackInterface final {
|
| + STATIC_ONLY(V8TestLegacyCallbackInterface);
|
| + public:
|
| + static v8::Local<v8::FunctionTemplate> DomTemplate(v8::Isolate*, const DOMWrapperWorld&);
|
| + CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo;
|
| + CORE_EXPORT static void TypeErrorConstructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| +};
|
| +}
|
| +#endif // V8TestLegacyCallbackInterface_h
|
|
|