Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.h |
index 6f03a804b716ebf89c07a0bb0432dfc618465876..67eaebb6e64e7fb4d5c0023353481db9ba11f94b 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.h |
@@ -36,9 +36,7 @@ public: |
template<typename VisitorDispatcher> |
static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable) |
{ |
-#if ENABLE(OILPAN) |
visitor->trace(scriptWrappable->toImpl<TestInterfaceNode>()); |
-#endif |
} |
static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0; |
static void installConditionallyEnabledProperties(v8::Local<v8::Object>, v8::Isolate*) { } |