Index: Source/bindings/tests/results/V8SVGTestInterface.cpp |
diff --git a/Source/bindings/tests/results/V8SVGTestInterface.cpp b/Source/bindings/tests/results/V8SVGTestInterface.cpp |
index 849bb1c0ff99318805f2dab506916896474f39ed..e65ea5b9c5ef907321f6a1b93c88aa12902d811f 100644 |
--- a/Source/bindings/tests/results/V8SVGTestInterface.cpp |
+++ b/Source/bindings/tests/results/V8SVGTestInterface.cpp |
@@ -38,6 +38,14 @@ namespace blink { |
const WrapperTypeInfo V8SVGTestInterface::wrapperTypeInfo = { gin::kEmbedderBlink, V8SVGTestInterface::domTemplate, V8SVGTestInterface::refObject, V8SVGTestInterface::derefObject, V8SVGTestInterface::createPersistentHandle, 0, 0, 0, V8SVGTestInterface::installConditionallyEnabledMethods, V8SVGTestInterface::installConditionallyEnabledProperties, 0, WrapperTypeObjectPrototype, RefCountedObject }; |
+// The definition of SVGTestInterface's WrapperTypeInfo. If SVGTestInterface 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 |
+// SVGTestInterface doesn't inherit from ScriptWrappable. Note that |
+// NotScriptWrappable is inheritable. |
haraken
2014/08/29 05:24:04
It's a bit redundant to generate this comment in a
Yuki
2014/09/01 06:06:39
Done.
|
+const WrapperTypeInfo& SVGTestInterface::s_wrapperTypeInfo = V8SVGTestInterface::wrapperTypeInfo; |
+ |
namespace SVGTestInterfaceV8Internal { |
template <typename T> void V8_USE(T) { } |