| Index: Source/core/inspector/InspectorTraceEvents.cpp
|
| diff --git a/Source/core/inspector/InspectorTraceEvents.cpp b/Source/core/inspector/InspectorTraceEvents.cpp
|
| index 0227c4b0f6c17092abd58d5c44f6bb055164b0b9..27da2128ec09ecdb3e5e0f06b40f054144c37f77 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);
|
|
|