| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestException.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.h
|
| index 83480a66991560a5e1d9dae69916ed350124e6b0..dc4ffda9317f6726d695d1d74f172bd0d02ab03f 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.h
|
| @@ -30,11 +30,10 @@ public:
|
| }
|
| CORE_EXPORT static TestException* 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<TestException>());
|
| }
|
| static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
|
|