Index: Source/bindings/tests/results/V8SVGTestInterface.h |
diff --git a/Source/bindings/tests/results/V8SVGTestInterface.h b/Source/bindings/tests/results/V8SVGTestInterface.h |
index 2faca18e20c630fd6e0a8f67965d6df866797d10..120c239e4cd9294df3426fc9f4ec6cef24b09b57 100644 |
--- a/Source/bindings/tests/results/V8SVGTestInterface.h |
+++ b/Source/bindings/tests/results/V8SVGTestInterface.h |
@@ -7,6 +7,7 @@ |
#ifndef V8SVGTestInterface_h |
#define V8SVGTestInterface_h |
+#include "bindings/core/v8/PropertyBag.h" |
#include "bindings/core/v8/ScriptWrappable.h" |
#include "bindings/core/v8/V8Binding.h" |
#include "bindings/core/v8/V8DOMWrapper.h" |
@@ -123,5 +124,10 @@ inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<SV |
v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); |
} |
+template <> |
+struct PropertyBagTraits<SVGTestInterface> { |
+ typedef V8SVGTestInterface type; |
+}; |
+ |
} // namespace blink |
#endif // V8SVGTestInterface_h |