| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h
|
| index c7d1768c5639b43bc1e4b678bc791435c1c26ca2..7d78fa37d12160184e43e13e93d539f18a1a124c 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h
|
| @@ -20,41 +20,38 @@
|
| namespace blink {
|
|
|
| class V8TestInterfaceNamedConstructor2Constructor {
|
| - STATIC_ONLY(V8TestInterfaceNamedConstructor2Constructor);
|
| -public:
|
| - static v8::Local<v8::FunctionTemplate> domTemplate(v8::Isolate*, const DOMWrapperWorld&);
|
| - static const WrapperTypeInfo wrapperTypeInfo;
|
| + STATIC_ONLY(V8TestInterfaceNamedConstructor2Constructor);
|
| + public:
|
| + static v8::Local<v8::FunctionTemplate> domTemplate(v8::Isolate*, const DOMWrapperWorld&);
|
| + static const WrapperTypeInfo wrapperTypeInfo;
|
| };
|
|
|
| class V8TestInterfaceNamedConstructor2 {
|
| - STATIC_ONLY(V8TestInterfaceNamedConstructor2);
|
| -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*, const DOMWrapperWorld&);
|
| - static TestInterfaceNamedConstructor2* toImpl(v8::Local<v8::Object> object)
|
| - {
|
| - return toScriptWrappable(object)->toImpl<TestInterfaceNamedConstructor2>();
|
| - }
|
| - CORE_EXPORT static TestInterfaceNamedConstructor2* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
|
| - CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo;
|
| - template<typename VisitorDispatcher>
|
| - static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable)
|
| - {
|
| - visitor->trace(scriptWrappable->toImpl<TestInterfaceNamedConstructor2>());
|
| - }
|
| - static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable)
|
| - {
|
| - visitor->traceWrappers(scriptWrappable->toImpl<TestInterfaceNamedConstructor2>());
|
| - }
|
| - static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| + STATIC_ONLY(V8TestInterfaceNamedConstructor2);
|
| + 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*, const DOMWrapperWorld&);
|
| + static TestInterfaceNamedConstructor2* toImpl(v8::Local<v8::Object> object) {
|
| + return toScriptWrappable(object)->toImpl<TestInterfaceNamedConstructor2>();
|
| + }
|
| + CORE_EXPORT static TestInterfaceNamedConstructor2* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
|
| + CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo;
|
| + template<typename VisitorDispatcher>
|
| + static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable) {
|
| + visitor->trace(scriptWrappable->toImpl<TestInterfaceNamedConstructor2>());
|
| + }
|
| + static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) {
|
| + visitor->traceWrappers(scriptWrappable->toImpl<TestInterfaceNamedConstructor2>());
|
| + }
|
| + static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| };
|
|
|
| template <>
|
| struct V8TypeOf<TestInterfaceNamedConstructor2> {
|
| - typedef V8TestInterfaceNamedConstructor2 Type;
|
| + typedef V8TestInterfaceNamedConstructor2 Type;
|
| };
|
|
|
| -} // namespace blink
|
| +} // namespace blink
|
|
|
| -#endif // V8TestInterfaceNamedConstructor2_h
|
| +#endif // V8TestInterfaceNamedConstructor2_h
|
|
|