| Index: Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp
|
| index 491d5c8026a7b9106d1f0ddbb2696e15b176d944..39fe03c5c8f31265588f9ec5822147b1c87f2947 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp
|
| @@ -37,6 +37,14 @@ namespace blink {
|
|
|
| const WrapperTypeInfo V8TestInterfaceNamedConstructor::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfaceNamedConstructor::domTemplate, V8TestInterfaceNamedConstructor::refObject, V8TestInterfaceNamedConstructor::derefObject, V8TestInterfaceNamedConstructor::createPersistentHandle, V8TestInterfaceNamedConstructor::toActiveDOMObject, 0, 0, V8TestInterfaceNamedConstructor::installConditionallyEnabledMethods, V8TestInterfaceNamedConstructor::installConditionallyEnabledProperties, 0, WrapperTypeObjectPrototype, RefCountedObject };
|
|
|
| +// The definition of TestInterfaceNamedConstructor's WrapperTypeInfo. If TestInterfaceNamedConstructor inherits
|
| +// from ScriptWrappable, you have to write DEFINE_WRAPPERTYPEINFO macro in the
|
| +// class definition. Otherwise, you have to write NotScriptWrappable in the IDL
|
| +// file as an extended attribute in order to let IDL compiler know that
|
| +// TestInterfaceNamedConstructor doesn't inherit from ScriptWrappable. Note that
|
| +// NotScriptWrappable is inheritable.
|
| +const WrapperTypeInfo& TestInterfaceNamedConstructor::s_wrapperTypeInfo = V8TestInterfaceNamedConstructor::wrapperTypeInfo;
|
| +
|
| namespace TestInterfaceNamedConstructorV8Internal {
|
|
|
| template <typename T> void V8_USE(T) { }
|
|
|