Index: Source/bindings/tests/results/V8TestNode.h |
diff --git a/Source/bindings/tests/results/V8TestNode.h b/Source/bindings/tests/results/V8TestNode.h |
index ac125f7178d9741ea76f9925b66104233ee669ad..dcc05e4775586962c1f84b57d4a8c5c1569b7352 100644 |
--- a/Source/bindings/tests/results/V8TestNode.h |
+++ b/Source/bindings/tests/results/V8TestNode.h |
@@ -7,6 +7,7 @@ |
#ifndef V8TestNode_h |
#define V8TestNode_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" |
@@ -131,5 +132,10 @@ inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtrWil |
v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); |
} |
+template <> |
+struct PropertyBagTraits<TestNode> { |
+ typedef V8TestNode type; |
+}; |
+ |
} // namespace blink |
#endif // V8TestNode_h |