Index: Source/bindings/tests/results/V8TestInterfaceEventConstructor.h |
diff --git a/Source/bindings/tests/results/V8TestInterfaceEventConstructor.h b/Source/bindings/tests/results/V8TestInterfaceEventConstructor.h |
index 5558ac31ff85ca2a22be69ad5bfba321570e631f..138b238db8538627bde5d4fe2f6d39603c9c09e2 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceEventConstructor.h |
+++ b/Source/bindings/tests/results/V8TestInterfaceEventConstructor.h |
@@ -7,6 +7,7 @@ |
#ifndef V8TestInterfaceEventConstructor_h |
#define V8TestInterfaceEventConstructor_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" |
@@ -133,5 +134,10 @@ inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtrWil |
bool initializeTestInterfaceEventConstructor(TestInterfaceEventConstructorInit&, const Dictionary&, ExceptionState&, const v8::FunctionCallbackInfo<v8::Value>& info, const String& = ""); |
+template <> |
+struct PropertyBagTraits<TestInterfaceEventConstructor> { |
+ typedef V8TestInterfaceEventConstructor type; |
+}; |
+ |
} // namespace blink |
#endif // V8TestInterfaceEventConstructor_h |