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