| Index: third_party/WebKit/Source/core/inspector/InspectorHighlight.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorHighlight.cpp b/third_party/WebKit/Source/core/inspector/InspectorHighlight.cpp
 | 
| index 96b466018a30014605c1d5bdfc502c9e1dfb0390..8132d6b03382597ab4ad93fbf0a04484bef519a7 100644
 | 
| --- a/third_party/WebKit/Source/core/inspector/InspectorHighlight.cpp
 | 
| +++ b/third_party/WebKit/Source/core/inspector/InspectorHighlight.cpp
 | 
| @@ -412,12 +412,12 @@ bool InspectorHighlight::getBoxModel(
 | 
|      (*model)->setShapeOutside(
 | 
|          protocol::DOM::ShapeOutsideInfo::create()
 | 
|              .setBounds(buildArrayForQuad(boundsQuad))
 | 
| -            .setShape(protocol::Array<protocol::Value>::parse(
 | 
| +            .setShape(protocol::Array<protocol::Value>::fromValue(
 | 
|                  ShapePathBuilder::buildPath(*view, *layoutObject,
 | 
|                                              *shapeOutsideInfo, paths.shape, 1.f)
 | 
|                      .get(),
 | 
|                  &errors))
 | 
| -            .setMarginShape(protocol::Array<protocol::Value>::parse(
 | 
| +            .setMarginShape(protocol::Array<protocol::Value>::fromValue(
 | 
|                  ShapePathBuilder::buildPath(*view, *layoutObject,
 | 
|                                              *shapeOutsideInfo,
 | 
|                                              paths.marginShape, 1.f)
 | 
| 
 |