| Index: Source/bindings/tests/results/V8TestInterface3.h
 | 
| diff --git a/Source/bindings/tests/results/V8TestInterface3.h b/Source/bindings/tests/results/V8TestInterface3.h
 | 
| index 310fd83f1e2dbb57ded6c905a12a0563a9c615d9..dafe5e9bdee52946578584d87d72b98d4071e749 100644
 | 
| --- a/Source/bindings/tests/results/V8TestInterface3.h
 | 
| +++ b/Source/bindings/tests/results/V8TestInterface3.h
 | 
| @@ -7,6 +7,7 @@
 | 
|  #ifndef V8TestInterface3_h
 | 
|  #define V8TestInterface3_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"
 | 
| @@ -132,5 +133,10 @@ inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<Te
 | 
|      v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
 | 
|  }
 | 
|  
 | 
| +template <>
 | 
| +struct PropertyBagTraits<TestInterface3> {
 | 
| +    typedef V8TestInterface3 type;
 | 
| +};
 | 
| +
 | 
|  } // namespace blink
 | 
|  #endif // V8TestInterface3_h
 | 
| 
 |