| Index: third_party/WebKit/Source/core/dom/DOMQuad.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMQuad.idl b/third_party/WebKit/Source/core/dom/DOMQuad.idl
|
| index 061e9da972347baa347b8c220d6be942fc30ec99..c0729a9ecef664ef1a90f4bf5f23622fd5cb5bb0 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMQuad.idl
|
| +++ b/third_party/WebKit/Source/core/dom/DOMQuad.idl
|
| @@ -11,7 +11,7 @@
|
| RuntimeEnabled=GeometryInterfaces
|
| ]
|
| interface DOMQuad {
|
| - // TODO(hs1217.lee): [NewObject] static DOMQuad fromRect(optional DOMRectInit other);
|
| + [NewObject] static DOMQuad fromRect(optional DOMRectInit other);
|
| // TODO(hs1217.lee): [NewObject] static DOMQuad fromQuad(optional DOMQuadInit other);
|
|
|
| [SameObject] readonly attribute DOMPoint p1;
|
|
|