| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.h
 | 
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.h
 | 
| index 7ab793fbbcfb91ab678397c55b5e2d81bd54060d..11add0621cb1823441ed74d6d4a9798d5bcc68d8 100644
 | 
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.h
 | 
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.h
 | 
| @@ -30,11 +30,10 @@ public:
 | 
|      }
 | 
|      CORE_EXPORT static TestSpecialOperations* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
 | 
|      CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo;
 | 
| -    static void refObject(ScriptWrappable*);
 | 
| -    static void derefObject(ScriptWrappable*);
 | 
|      template<typename VisitorDispatcher>
 | 
|      static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable)
 | 
|      {
 | 
| +        visitor->trace(scriptWrappable->toImpl<TestSpecialOperations>());
 | 
|      }
 | 
|      static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
 | 
|      static void installConditionallyEnabledProperties(v8::Local<v8::Object>, v8::Isolate*) { }
 | 
| 
 |