| Index: Source/bindings/tests/results/V8TestInterface3.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterface3.cpp b/Source/bindings/tests/results/V8TestInterface3.cpp
|
| index 5388db255d6eeeb385651626f39ec3c604985682..926a8856fc7d05e1ea14f0e86fcb753922c1b969 100644
|
| --- a/Source/bindings/tests/results/V8TestInterface3.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterface3.cpp
|
| @@ -37,6 +37,11 @@ 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, WrapperTypeInfo::WrapperTypeObjectPrototype, WrapperTypeInfo::ObjectClassId, WrapperTypeInfo::Dependent, WrapperTypeInfo::RefCountedObject };
|
|
|
| +// This static member must be declared by DEFINE_WRAPPERTYPEINFO in TestInterface3.h.
|
| +// For details, see the comment of DEFINE_WRAPPERTYPEINFO in
|
| +// bindings/core/v8/ScriptWrappable.h.
|
| +const WrapperTypeInfo& TestInterface3::s_wrapperTypeInfo = V8TestInterface3::wrapperTypeInfo;
|
| +
|
| namespace TestInterface3V8Internal {
|
|
|
| template <typename T> void V8_USE(T) { }
|
|
|