| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.h
 | 
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.h
 | 
| index 00524f9529cfc175bb16d22e4406db5b09dec056..b62f09276bcc150bdecd01859346a6467e36258c 100644
 | 
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.h
 | 
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.h
 | 
| @@ -19,28 +19,27 @@ namespace blink {
 | 
|  class ExceptionState;
 | 
|  
 | 
|  class V8TestPermissiveDictionary {
 | 
| -public:
 | 
| -    CORE_EXPORT static void toImpl(v8::Isolate*, v8::Local<v8::Value>, TestPermissiveDictionary&, ExceptionState&);
 | 
| + public:
 | 
| +  CORE_EXPORT static void toImpl(v8::Isolate*, v8::Local<v8::Value>, TestPermissiveDictionary&, ExceptionState&);
 | 
|  };
 | 
|  
 | 
|  CORE_EXPORT bool toV8TestPermissiveDictionary(const TestPermissiveDictionary&, v8::Local<v8::Object> dictionary, v8::Local<v8::Object> creationContext, v8::Isolate*);
 | 
|  
 | 
|  template<class CallbackInfo>
 | 
| -inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestPermissiveDictionary& impl)
 | 
| -{
 | 
| -    v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
 | 
| +inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestPermissiveDictionary& impl) {
 | 
| +  v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
 | 
|  }
 | 
|  
 | 
|  template <>
 | 
|  struct NativeValueTraits<TestPermissiveDictionary> {
 | 
| -    static TestPermissiveDictionary nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&);
 | 
| +  static TestPermissiveDictionary nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&);
 | 
|  };
 | 
|  
 | 
|  template <>
 | 
|  struct V8TypeOf<TestPermissiveDictionary> {
 | 
| -    typedef V8TestPermissiveDictionary Type;
 | 
| +  typedef V8TestPermissiveDictionary Type;
 | 
|  };
 | 
|  
 | 
| -} // namespace blink
 | 
| +}  // namespace blink
 | 
|  
 | 
| -#endif // V8TestPermissiveDictionary_h
 | 
| +#endif  // V8TestPermissiveDictionary_h
 | 
| 
 |