| Index: Source/core/dom/Document.idl
|
| diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl
|
| index db4f4ed42f5d5a4cb6a8e5bfb171c1a146b4d21a..b0dc43d102c253e04c462992f4a46287e415434c 100644
|
| --- a/Source/core/dom/Document.idl
|
| +++ b/Source/core/dom/Document.idl
|
| @@ -132,8 +132,7 @@ interface Document : Node {
|
| [MeasureAs=DocumentDefaultCharset, TreatReturnedNullStringAs=Undefined] readonly attribute DOMString defaultCharset;
|
| [TreatReturnedNullStringAs=Undefined] readonly attribute DOMString readyState;
|
|
|
| - Element elementFromPoint([Default=Undefined] optional long x,
|
| - [Default=Undefined] optional long y);
|
| + Element elementFromPoint(long x, long y);
|
| [MeasureAs=DocumentCaretRangeFromPoint]
|
| Range caretRangeFromPoint([Default=Undefined] optional long x,
|
| [Default=Undefined] optional long y);
|
|
|