| Index: Source/core/inspector/InspectorPageAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorPageAgent.cpp b/Source/core/inspector/InspectorPageAgent.cpp
|
| index b750e9a727f40a4e41ac3d13537c46b2d77ea93d..e6388a4e4a1cf32276290fd1b8a7e2f38796f5a6 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;
|
|
|