| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexed.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexed.h
|
| similarity index 81%
|
| copy from third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h
|
| copy to third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexed.h
|
| index f598ab7f0f165a9faa4796cbe5d704ab6a5039de..0e003b300afc8a1d2925a33f7391e31c8d7f4b1b 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexed.h
|
| @@ -4,30 +4,31 @@
|
|
|
| // This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY!
|
|
|
| -#ifndef V8TestInterface3_h
|
| -#define V8TestInterface3_h
|
| +#ifndef V8TestIntegerIndexed_h
|
| +#define V8TestIntegerIndexed_h
|
|
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "bindings/core/v8/ToV8.h"
|
| #include "bindings/core/v8/V8Binding.h"
|
| #include "bindings/core/v8/V8DOMWrapper.h"
|
| #include "bindings/core/v8/WrapperTypeInfo.h"
|
| +#include "bindings/tests/idls/core/TestIntegerIndexed.h"
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
|
|
| -class V8TestInterface3 {
|
| - STATIC_ONLY(V8TestInterface3);
|
| +class V8TestIntegerIndexed {
|
| + STATIC_ONLY(V8TestIntegerIndexed);
|
| public:
|
| CORE_EXPORT static bool hasInstance(v8::Local<v8::Value>, v8::Isolate*);
|
| static v8::Local<v8::Object> findInstanceInPrototypeChain(v8::Local<v8::Value>, v8::Isolate*);
|
| CORE_EXPORT static v8::Local<v8::FunctionTemplate> domTemplate(v8::Isolate*);
|
| - static TestInterface3* toImpl(v8::Local<v8::Object> object)
|
| + static TestIntegerIndexed* toImpl(v8::Local<v8::Object> object)
|
| {
|
| - return toScriptWrappable(object)->toImpl<TestInterface3>();
|
| + return toScriptWrappable(object)->toImpl<TestIntegerIndexed>();
|
| }
|
| - CORE_EXPORT static TestInterface3* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
|
| + CORE_EXPORT static TestIntegerIndexed* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
|
| CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo;
|
| static void refObject(ScriptWrappable*);
|
| static void derefObject(ScriptWrappable*);
|
| @@ -35,7 +36,6 @@ public:
|
| static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable)
|
| {
|
| }
|
| - static void visitDOMWrapper(v8::Isolate*, ScriptWrappable*, const v8::Persistent<v8::Object>&);
|
| static void indexedPropertyGetterCustom(uint32_t, const v8::PropertyCallbackInfo<v8::Value>&);
|
| static void indexedPropertySetterCustom(uint32_t, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&);
|
| static void indexedPropertyDeleterCustom(uint32_t, const v8::PropertyCallbackInfo<v8::Boolean>&);
|
| @@ -50,10 +50,10 @@ public:
|
| };
|
|
|
| template <>
|
| -struct V8TypeOf<TestInterface3> {
|
| - typedef V8TestInterface3 Type;
|
| +struct V8TypeOf<TestIntegerIndexed> {
|
| + typedef V8TestIntegerIndexed Type;
|
| };
|
|
|
| } // namespace blink
|
|
|
| -#endif // V8TestInterface3_h
|
| +#endif // V8TestIntegerIndexed_h
|
|
|