| Index: Source/core/frame/FrameView.cpp
|
| diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
|
| index 90515e3924313d09f37a156160fa22052551871f..89557d2e07e9ce88aabf89a44996771d273f8849 100644
|
| --- a/Source/core/frame/FrameView.cpp
|
| +++ b/Source/core/frame/FrameView.cpp
|
| @@ -2956,7 +2956,7 @@ void FrameView::paintContents(GraphicsContext* p, const IntRect& rect)
|
| if (needsLayout())
|
| return;
|
|
|
| - InspectorInstrumentation::willPaint(renderView);
|
| + InspectorInstrumentation::willPaint(renderView, 0);
|
|
|
| bool isTopLevelPainter = !s_inPaintContents;
|
| s_inPaintContents = true;
|
|
|