| Index: third_party/WebKit/Source/core/layout/TracedLayoutObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/TracedLayoutObject.cpp b/third_party/WebKit/Source/core/layout/TracedLayoutObject.cpp
|
| index 3b58b319fabcdbae22e631b16c62ec03ecf2a134..a884afe7cae702703dc289001bb21e408b07a222 100644
|
| --- a/third_party/WebKit/Source/core/layout/TracedLayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/TracedLayoutObject.cpp
|
| @@ -99,7 +99,7 @@ void dumpToTracedValue(const LayoutObject& object, bool traceGeometry, TracedVal
|
|
|
| } // namespace
|
|
|
| -PassRefPtr<TraceEvent::ConvertableToTraceFormat> TracedLayoutObject::create(const LayoutView& view, bool traceGeometry)
|
| +PassRefPtr<TracedValue> TracedLayoutObject::create(const LayoutView& view, bool traceGeometry)
|
| {
|
| RefPtr<TracedValue> tracedValue = TracedValue::create();
|
| dumpToTracedValue(view, traceGeometry, tracedValue.get());
|
|
|