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