| Index: third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| index 2beb36a9a1fe8e9fbd863cd55ab7fd58d91f65b2..b2db6fe39c8431571c9c5412f21d3494fe957d10 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| @@ -776,7 +776,7 @@ std::unique_ptr<TracedValue> InspectorLayerInvalidationTrackingEvent::data(
|
| const PaintLayer* layer,
|
| const char* reason) {
|
| const LayoutObject& paintInvalidationContainer =
|
| - layer->layoutObject()->containerForPaintInvalidation();
|
| + layer->layoutObject().containerForPaintInvalidation();
|
|
|
| std::unique_ptr<TracedValue> value = TracedValue::create();
|
| value->setString("frame", toHexString(paintInvalidationContainer.frame()));
|
|
|