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