Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(409)

Unified Diff: Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.h

Issue 1154943009: bindings: Remove [EventConstructor] and [InitializedByEventConstructor] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698