| Index: Source/bindings/core/v8/PageScriptDebugServer.cpp
|
| diff --git a/Source/bindings/core/v8/PageScriptDebugServer.cpp b/Source/bindings/core/v8/PageScriptDebugServer.cpp
|
| index eb38f5789ab5cf35d52121dd1be7bc3cd95a03c5..0156e57dcd48482e7754b9a136a7b4c7d0272ff2 100644
|
| --- a/Source/bindings/core/v8/PageScriptDebugServer.cpp
|
| +++ b/Source/bindings/core/v8/PageScriptDebugServer.cpp
|
| @@ -97,7 +97,7 @@ PageScriptDebugServer::~PageScriptDebugServer()
|
| {
|
| }
|
|
|
| -void PageScriptDebugServer::trace(Visitor* visitor)
|
| +DEFINE_TRACE(PageScriptDebugServer)
|
| {
|
| #if ENABLE(OILPAN)
|
| visitor->trace(m_listenersMap);
|
|
|