Index: Source/bindings/tests/results/V8TestInterfaceConstructor4.h |
diff --git a/Source/bindings/tests/results/V8TestInterfaceConstructor4.h b/Source/bindings/tests/results/V8TestInterfaceConstructor4.h |
index 43778e26fabc60858c9b9582f64d8e4d95006aad..767458390cc1a339396e93186a77a4d72883f673 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceConstructor4.h |
+++ b/Source/bindings/tests/results/V8TestInterfaceConstructor4.h |
@@ -7,6 +7,7 @@ |
#ifndef V8TestInterfaceConstructor4_h |
#define V8TestInterfaceConstructor4_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" |
@@ -124,5 +125,10 @@ inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<Te |
v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); |
} |
+template <> |
+struct PropertyBagTraits<TestInterfaceConstructor4> { |
+ typedef V8TestInterfaceConstructor4 type; |
+}; |
+ |
} // namespace blink |
#endif // V8TestInterfaceConstructor4_h |