| Index: third_party/WebKit/Source/modules/shapedetection/DetectedFace.idl
|
| diff --git a/third_party/WebKit/Source/modules/shapedetection/DetectedFace.idl b/third_party/WebKit/Source/modules/shapedetection/DetectedFace.idl
|
| index bccaab02d6daa4310a2a5405023e5a19b0c97ff0..ef6150b4f5fe9777f86ea822b4543dd4e84a8d41 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/DetectedFace.idl
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/DetectedFace.idl
|
| @@ -9,7 +9,6 @@
|
| RuntimeEnabled=ShapeDetection,
|
| ] interface DetectedFace {
|
| // TODO(xianglu): Implement any other fields. https://crbug.com/646083
|
| - readonly attribute DOMRect boundingBox;
|
| -
|
| - [SameObject] readonly attribute FrozenArray<Landmark> landmarks;
|
| + [SameObject] readonly attribute DOMRect boundingBox;
|
| + [SameObject, SaveSameObject] readonly attribute FrozenArray<Landmark> landmarks;
|
| };
|
|
|