| Index: Source/bindings/tests/results/V8TestObject.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestObject.cpp b/Source/bindings/tests/results/V8TestObject.cpp
|
| index 73695ed0f2edd6df1bd417226749bb49c79371a2..992f6a63b1df72ec0541e2cea88a5eb469a650b7 100644
|
| --- a/Source/bindings/tests/results/V8TestObject.cpp
|
| +++ b/Source/bindings/tests/results/V8TestObject.cpp
|
| @@ -85,6 +85,11 @@ namespace blink {
|
|
|
| const WrapperTypeInfo V8TestObject::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestObject::domTemplate, V8TestObject::refObject, V8TestObject::derefObject, V8TestObject::createPersistentHandle, 0, 0, 0, V8TestObject::installConditionallyEnabledMethods, V8TestObject::installConditionallyEnabledProperties, 0, WrapperTypeInfo::WrapperTypeObjectPrototype, WrapperTypeInfo::ObjectClassId, WrapperTypeInfo::Independent, WrapperTypeInfo::RefCountedObject };
|
|
|
| +// This static member must be declared by DEFINE_WRAPPERTYPEINFO in TestObject.h.
|
| +// For details, see the comment of DEFINE_WRAPPERTYPEINFO in
|
| +// bindings/core/v8/ScriptWrappable.h.
|
| +const WrapperTypeInfo& TestObject::s_wrapperTypeInfo = V8TestObject::wrapperTypeInfo;
|
| +
|
| namespace TestObjectV8Internal {
|
|
|
| template <typename T> void V8_USE(T) { }
|
|
|