| Index: Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.h b/Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.h
|
| deleted file mode 100644
|
| index 19c201b011fcb65dfe77385ddab471be33b04fe0..0000000000000000000000000000000000000000
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.h
|
| +++ /dev/null
|
| @@ -1,58 +0,0 @@
|
| -// 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 V8TestInterfaceEventConstructor_h
|
| -#define V8TestInterfaceEventConstructor_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/V8Event.h"
|
| -#include "bindings/core/v8/WrapperTypeInfo.h"
|
| -#include "bindings/tests/idls/core/TestInterfaceEventConstructor.h"
|
| -#include "core/CoreExport.h"
|
| -#include "platform/heap/Handle.h"
|
| -
|
| -namespace blink {
|
| -
|
| -class Dictionary;
|
| -class V8TestInterfaceEventConstructor {
|
| -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 TestInterfaceEventConstructor* toImpl(v8::Local<v8::Object> object)
|
| - {
|
| - return toScriptWrappable(object)->toImpl<TestInterfaceEventConstructor>();
|
| - }
|
| - CORE_EXPORT static TestInterfaceEventConstructor* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
|
| - CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo;
|
| - static void refObject(ScriptWrappable*);
|
| - static void derefObject(ScriptWrappable*);
|
| - template<typename VisitorDispatcher>
|
| - static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable)
|
| - {
|
| -#if ENABLE(OILPAN)
|
| - visitor->trace(scriptWrappable->toImpl<TestInterfaceEventConstructor>());
|
| -#endif
|
| - }
|
| - static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| - static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| - static void installConditionallyEnabledProperties(v8::Local<v8::Object>, v8::Isolate*) { }
|
| - static void preparePrototypeObject(v8::Isolate*, v8::Local<v8::Object>) { }
|
| -};
|
| -
|
| -CORE_EXPORT bool initializeTestInterfaceEventConstructor(TestInterfaceEventConstructorInit&, const Dictionary&, ExceptionState&, const v8::FunctionCallbackInfo<v8::Value>& info);
|
| -
|
| -template <>
|
| -struct V8TypeOf<TestInterfaceEventConstructor> {
|
| - typedef V8TestInterfaceEventConstructor Type;
|
| -};
|
| -
|
| -} // namespace blink
|
| -
|
| -#endif // V8TestInterfaceEventConstructor_h
|
|
|