| Index: Source/core/html/PublicURLManager.cpp
|
| diff --git a/Source/core/html/PublicURLManager.cpp b/Source/core/html/PublicURLManager.cpp
|
| index 9b41e609102784cac4b6aa831469ba0829ddc442..eb84b676eb44b0a695bee9d1bd352d4f4e731417 100644
|
| --- a/Source/core/html/PublicURLManager.cpp
|
| +++ b/Source/core/html/PublicURLManager.cpp
|
| @@ -104,7 +104,7 @@ void PublicURLManager::stop()
|
| m_registryToURL.clear();
|
| }
|
|
|
| -void PublicURLManager::trace(Visitor* visitor)
|
| +DEFINE_TRACE(PublicURLManager)
|
| {
|
| ActiveDOMObject::trace(visitor);
|
| }
|
|
|