| Index: Source/core/inspector/InspectorTraceEvents.cpp
|
| diff --git a/Source/core/inspector/InspectorTraceEvents.cpp b/Source/core/inspector/InspectorTraceEvents.cpp
|
| index a22cb3520abecf56df40d32d08d841467ab75da7..65da4a59898c5b9b865e5eede9f04dd0569135f0 100644
|
| --- a/Source/core/inspector/InspectorTraceEvents.cpp
|
| +++ b/Source/core/inspector/InspectorTraceEvents.cpp
|
| @@ -270,7 +270,7 @@ PassRefPtr<TraceEvent::ConvertableToTraceFormat> InspectorLayoutEvent::beginData
|
| unsigned needsLayoutObjects;
|
| unsigned totalObjects;
|
| LocalFrame& frame = frameView->frame();
|
| - frame.countObjectsNeedingLayout(needsLayoutObjects, totalObjects, isPartial);
|
| + frame.view()->countObjectsNeedingLayout(needsLayoutObjects, totalObjects, isPartial);
|
|
|
| RefPtr<TracedValue> value = TracedValue::create();
|
| value->setInteger("dirtyObjects", needsLayoutObjects);
|
|
|