Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1121)

Unified Diff: Source/core/frame/DeviceSingleWindowEventController.cpp

Issue 952813002: InlinedVisitor: Migrate frame to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698