Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.h |
index 53361227002aadc9424c9422de321539d4adee3b..c87fecaa01148a63fa70a44cd782c39a21b3ad94 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.h |
@@ -30,11 +30,10 @@ public: |
} |
CORE_EXPORT static TestSpecialOperationsNotEnumerable* 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<TestSpecialOperationsNotEnumerable>()); |
} |
static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0; |
static void installConditionallyEnabledProperties(v8::Local<v8::Object>, v8::Isolate*) { } |