| Index: Source/bindings/tests/results/V8TestInterface3.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterface3.cpp b/Source/bindings/tests/results/V8TestInterface3.cpp
|
| index 54ece4d125ccfc08d8553aef1685e277b4e19aee..1a878d50c05ebf5925f049e6aafaf5628e4a13ed 100644
|
| --- a/Source/bindings/tests/results/V8TestInterface3.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterface3.cpp
|
| @@ -37,6 +37,14 @@ namespace blink {
|
|
|
| const WrapperTypeInfo V8TestInterface3::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterface3::domTemplate, V8TestInterface3::refObject, V8TestInterface3::derefObject, V8TestInterface3::createPersistentHandle, 0, 0, V8TestInterface3::visitDOMWrapper, V8TestInterface3::installConditionallyEnabledMethods, V8TestInterface3::installConditionallyEnabledProperties, 0, WrapperTypeObjectPrototype, RefCountedObject };
|
|
|
| +// The definition of TestInterface3's WrapperTypeInfo. If TestInterface3 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
|
| +// TestInterface3 doesn't inherit from ScriptWrappable. Note that
|
| +// NotScriptWrappable is inheritable.
|
| +const WrapperTypeInfo& TestInterface3::s_wrapperTypeInfo = V8TestInterface3::wrapperTypeInfo;
|
| +
|
| namespace TestInterface3V8Internal {
|
|
|
| template <typename T> void V8_USE(T) { }
|
|
|