Index: Source/bindings/tests/results/V8TestInterfaceConstructor2.h |
diff --git a/Source/bindings/tests/results/V8TestInterfaceConstructor2.h b/Source/bindings/tests/results/V8TestInterfaceConstructor2.h |
index c87fab97476badb0dd208c686ac04c7a036141f7..359648e184b4d11c903aa11c24e30ad4e94e75a8 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceConstructor2.h |
+++ b/Source/bindings/tests/results/V8TestInterfaceConstructor2.h |
@@ -7,6 +7,7 @@ |
#ifndef V8TestInterfaceConstructor2_h |
#define V8TestInterfaceConstructor2_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<TestInterfaceConstructor2> { |
+ typedef V8TestInterfaceConstructor2 type; |
+}; |
+ |
} // namespace blink |
#endif // V8TestInterfaceConstructor2_h |