| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEmpty.h
 | 
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEmpty.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEmpty.h
 | 
| index b26f28aaaa23d0033d58a72894659ac141a3a7ac..f3af4fb48e12d745de0577ce54b8ad626dffcdf2 100644
 | 
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEmpty.h
 | 
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEmpty.h
 | 
| @@ -20,34 +20,31 @@
 | 
|  namespace blink {
 | 
|  
 | 
|  class V8TestInterfaceEmpty {
 | 
| -    STATIC_ONLY(V8TestInterfaceEmpty);
 | 
| -public:
 | 
| -    CORE_EXPORT static bool hasInstance(v8::Local<v8::Value>, v8::Isolate*);
 | 
| -    static v8::Local<v8::Object> findInstanceInPrototypeChain(v8::Local<v8::Value>, v8::Isolate*);
 | 
| -    CORE_EXPORT static v8::Local<v8::FunctionTemplate> domTemplate(v8::Isolate*, const DOMWrapperWorld&);
 | 
| -    static TestInterfaceEmpty* toImpl(v8::Local<v8::Object> object)
 | 
| -    {
 | 
| -        return toScriptWrappable(object)->toImpl<TestInterfaceEmpty>();
 | 
| -    }
 | 
| -    CORE_EXPORT static TestInterfaceEmpty* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
 | 
| -    CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo;
 | 
| -    template<typename VisitorDispatcher>
 | 
| -    static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable)
 | 
| -    {
 | 
| -        visitor->trace(scriptWrappable->toImpl<TestInterfaceEmpty>());
 | 
| -    }
 | 
| -    static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable)
 | 
| -    {
 | 
| -        visitor->traceWrappers(scriptWrappable->toImpl<TestInterfaceEmpty>());
 | 
| -    }
 | 
| -    static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
 | 
| +  STATIC_ONLY(V8TestInterfaceEmpty);
 | 
| + public:
 | 
| +  CORE_EXPORT static bool hasInstance(v8::Local<v8::Value>, v8::Isolate*);
 | 
| +  static v8::Local<v8::Object> findInstanceInPrototypeChain(v8::Local<v8::Value>, v8::Isolate*);
 | 
| +  CORE_EXPORT static v8::Local<v8::FunctionTemplate> domTemplate(v8::Isolate*, const DOMWrapperWorld&);
 | 
| +  static TestInterfaceEmpty* toImpl(v8::Local<v8::Object> object) {
 | 
| +    return toScriptWrappable(object)->toImpl<TestInterfaceEmpty>();
 | 
| +  }
 | 
| +  CORE_EXPORT static TestInterfaceEmpty* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
 | 
| +  CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo;
 | 
| +  template<typename VisitorDispatcher>
 | 
| +  static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable) {
 | 
| +    visitor->trace(scriptWrappable->toImpl<TestInterfaceEmpty>());
 | 
| +  }
 | 
| +  static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) {
 | 
| +    visitor->traceWrappers(scriptWrappable->toImpl<TestInterfaceEmpty>());
 | 
| +  }
 | 
| +  static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
 | 
|  };
 | 
|  
 | 
|  template <>
 | 
|  struct V8TypeOf<TestInterfaceEmpty> {
 | 
| -    typedef V8TestInterfaceEmpty Type;
 | 
| +  typedef V8TestInterfaceEmpty Type;
 | 
|  };
 | 
|  
 | 
| -} // namespace blink
 | 
| +}  // namespace blink
 | 
|  
 | 
| -#endif // V8TestInterfaceEmpty_h
 | 
| +#endif  // V8TestInterfaceEmpty_h
 | 
| 
 |