Chromium Code Reviews| Index: Source/bindings/tests/results/modules/V8TestInterfacePartial.h |
| diff --git a/Source/bindings/tests/results/modules/V8TestInterfacePartial.h b/Source/bindings/tests/results/modules/V8TestInterfacePartial.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..143af958175eaf1a6ee82d1cc5b6e43d7fe4c7dd |
| --- /dev/null |
| +++ b/Source/bindings/tests/results/modules/V8TestInterfacePartial.h |
| @@ -0,0 +1,32 @@ |
| +// 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! |
| + |
| +#ifndef V8TestInterfacePartial_h |
| +#define V8TestInterfacePartial_h |
| + |
| +#if ENABLE(CONDITION) |
|
tasak
2014/10/17 07:38:18
Removed, because of removing "Conditional" from pa
|
| +#include "bindings/core/v8/ScriptWrappable.h" |
| +#include "bindings/core/v8/V8Binding.h" |
| +#include "bindings/core/v8/V8DOMWrapper.h" |
| +#include "bindings/core/v8/WrapperTypeInfo.h" |
| +#include "bindings/tests/idls/core/TestInterfaceImplementation.h" |
| +#include "platform/heap/Handle.h" |
| + |
| +namespace blink { |
| + |
| +class V8TestInterfacePartial { |
| +public: |
| + static void initialize(); |
| + static void implementsCustomVoidMethodMethodCustom(const v8::FunctionCallbackInfo<v8::Value>&); |
| + static void legacyCallCustom(const v8::FunctionCallbackInfo<v8::Value>&); |
| + static void installConditionallyEnabledProperties(v8::Handle<v8::Object>, v8::Isolate*); |
| + static void installConditionallyEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*); |
| +private: |
| + static void installV8TestInterfaceTemplate(v8::Handle<v8::FunctionTemplate>, v8::Isolate*); |
| +}; |
| +} |
| +#endif // ENABLE(CONDITION) |
| +#endif // V8TestInterfacePartial_h |