Index: Source/core/inspector/InspectorPageAgent.cpp |
diff --git a/Source/core/inspector/InspectorPageAgent.cpp b/Source/core/inspector/InspectorPageAgent.cpp |
index fb94c60b8f2487499aa682df1646969e884924dc..8eb9264359671391da50c29627e646bb6d5a29b4 100644 |
--- a/Source/core/inspector/InspectorPageAgent.cpp |
+++ b/Source/core/inspector/InspectorPageAgent.cpp |
@@ -1197,7 +1197,7 @@ void InspectorPageAgent::didPaint(LayoutObject*, const GraphicsLayer*, GraphicsC |
m_overlay->drawOutline(context, inflatedRect, colors[colorSelector++ % WTF_ARRAY_LENGTH(colors)]); |
} |
-void InspectorPageAgent::didLayout(LayoutObject*) |
+void InspectorPageAgent::didLayout() |
{ |
if (!m_enabled) |
return; |