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