| Index: Source/core/dom/shadow/ShadowRoot.idl
|
| diff --git a/Source/core/dom/shadow/ShadowRoot.idl b/Source/core/dom/shadow/ShadowRoot.idl
|
| index 38fe3413ce202a41572044e4cdb99238bf1c5cda..6b6629dac9bb61e5d4d7934190fa7456a12c0e3b 100644
|
| --- a/Source/core/dom/shadow/ShadowRoot.idl
|
| +++ b/Source/core/dom/shadow/ShadowRoot.idl
|
| @@ -38,8 +38,7 @@ interface ShadowRoot : DocumentFragment {
|
| [DeprecateAs=ShadowRootGetElementsByTagNameNS] HTMLCollection getElementsByTagNameNS([Default=Undefined] optional DOMString? namespaceURI,
|
| [Default=Undefined] optional DOMString localName);
|
|
|
| - Element elementFromPoint([Default=Undefined] optional long x,
|
| - [Default=Undefined] optional long y);
|
| + Element elementFromPoint(long x, long y);
|
|
|
| readonly attribute StyleSheetList styleSheets;
|
| readonly attribute Element host;
|
|
|