| Index: Source/core/frame/DeviceSingleWindowEventController.cpp
|
| diff --git a/Source/core/frame/DeviceSingleWindowEventController.cpp b/Source/core/frame/DeviceSingleWindowEventController.cpp
|
| index 9cd41f5e9250de207a537dfd84f267ce64d92075..1c1de17efd707cf3144cce2abe5e1470122c0f71 100644
|
| --- a/Source/core/frame/DeviceSingleWindowEventController.cpp
|
| +++ b/Source/core/frame/DeviceSingleWindowEventController.cpp
|
| @@ -71,7 +71,7 @@ void DeviceSingleWindowEventController::didRemoveAllEventListeners(LocalDOMWindo
|
| m_hasEventListener = false;
|
| }
|
|
|
| -void DeviceSingleWindowEventController::trace(Visitor* visitor)
|
| +DEFINE_TRACE(DeviceSingleWindowEventController)
|
| {
|
| visitor->trace(m_document);
|
| PlatformEventController::trace(visitor);
|
|
|