| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.h
 | 
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.h
 | 
| index 8d6bca3e4bb966f93b5c62eb3d06f5bb9e07c3d9..873a555f00d62a5109a8b2175b6bb0e6b1bf4c35 100644
 | 
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.h
 | 
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.h
 | 
| @@ -20,34 +20,31 @@
 | 
|  namespace blink {
 | 
|  
 | 
|  class V8TestInterfaceCheckSecurity {
 | 
| -    STATIC_ONLY(V8TestInterfaceCheckSecurity);
 | 
| -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 TestInterfaceCheckSecurity* toImpl(v8::Local<v8::Object> object)
 | 
| -    {
 | 
| -        return toScriptWrappable(object)->toImpl<TestInterfaceCheckSecurity>();
 | 
| -    }
 | 
| -    CORE_EXPORT static TestInterfaceCheckSecurity* 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<TestInterfaceCheckSecurity>());
 | 
| -    }
 | 
| -    static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable)
 | 
| -    {
 | 
| -        visitor->traceWrappers(scriptWrappable->toImpl<TestInterfaceCheckSecurity>());
 | 
| -    }
 | 
| -    static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
 | 
| +  STATIC_ONLY(V8TestInterfaceCheckSecurity);
 | 
| + 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 TestInterfaceCheckSecurity* toImpl(v8::Local<v8::Object> object) {
 | 
| +    return toScriptWrappable(object)->toImpl<TestInterfaceCheckSecurity>();
 | 
| +  }
 | 
| +  CORE_EXPORT static TestInterfaceCheckSecurity* 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<TestInterfaceCheckSecurity>());
 | 
| +  }
 | 
| +  static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) {
 | 
| +    visitor->traceWrappers(scriptWrappable->toImpl<TestInterfaceCheckSecurity>());
 | 
| +  }
 | 
| +  static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
 | 
|  };
 | 
|  
 | 
|  template <>
 | 
|  struct V8TypeOf<TestInterfaceCheckSecurity> {
 | 
| -    typedef V8TestInterfaceCheckSecurity Type;
 | 
| +  typedef V8TestInterfaceCheckSecurity Type;
 | 
|  };
 | 
|  
 | 
| -} // namespace blink
 | 
| +}  // namespace blink
 | 
|  
 | 
| -#endif // V8TestInterfaceCheckSecurity_h
 | 
| +#endif  // V8TestInterfaceCheckSecurity_h
 | 
| 
 |