| Index: third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.cpp
 | 
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.cpp
 | 
| index f843248018a68269b9409b5acb9b61e8c5b5e55d..dbfe61bf78d417c263a3121e02179c47e6999b8c 100644
 | 
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.cpp
 | 
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.cpp
 | 
| @@ -23,7 +23,7 @@ namespace blink {
 | 
|  #pragma clang diagnostic push
 | 
|  #pragma clang diagnostic ignored "-Wglobal-constructors"
 | 
|  #endif
 | 
| -const WrapperTypeInfo V8SVGTestInterface::wrapperTypeInfo = { gin::kEmbedderBlink, V8SVGTestInterface::domTemplate, V8SVGTestInterface::refObject, V8SVGTestInterface::derefObject, V8SVGTestInterface::trace, 0, 0, V8SVGTestInterface::preparePrototypeAndInterfaceObject, V8SVGTestInterface::installConditionallyEnabledProperties, "SVGTestInterface", 0, WrapperTypeInfo::WrapperTypeObjectPrototype, WrapperTypeInfo::ObjectClassId, WrapperTypeInfo::NotInheritFromEventTarget, WrapperTypeInfo::Dependent, WrapperTypeInfo::RefCountedObject };
 | 
| +const WrapperTypeInfo V8SVGTestInterface::wrapperTypeInfo = { gin::kEmbedderBlink, V8SVGTestInterface::domTemplate, V8SVGTestInterface::trace, 0, 0, V8SVGTestInterface::preparePrototypeAndInterfaceObject, V8SVGTestInterface::installConditionallyEnabledProperties, "SVGTestInterface", 0, WrapperTypeInfo::WrapperTypeObjectPrototype, WrapperTypeInfo::ObjectClassId, WrapperTypeInfo::NotInheritFromEventTarget, WrapperTypeInfo::Dependent };
 | 
|  #if defined(COMPONENT_BUILD) && defined(WIN32) && COMPILER(CLANG)
 | 
|  #pragma clang diagnostic pop
 | 
|  #endif
 | 
| @@ -105,14 +105,4 @@ SVGTestInterface* V8SVGTestInterface::toImplWithTypeCheck(v8::Isolate* isolate,
 | 
|      return hasInstance(value, isolate) ? toImpl(v8::Local<v8::Object>::Cast(value)) : 0;
 | 
|  }
 | 
|  
 | 
| -void V8SVGTestInterface::refObject(ScriptWrappable* scriptWrappable)
 | 
| -{
 | 
| -    scriptWrappable->toImpl<SVGTestInterface>()->ref();
 | 
| -}
 | 
| -
 | 
| -void V8SVGTestInterface::derefObject(ScriptWrappable* scriptWrappable)
 | 
| -{
 | 
| -    scriptWrappable->toImpl<SVGTestInterface>()->deref();
 | 
| -}
 | 
| -
 | 
|  } // namespace blink
 | 
| 
 |