| Index: Source/core/dom/Document.idl
|
| diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl
|
| index 9d4c60426803b7cf74a8019284528fac0b4d2cbb..14401ac83f5a539ed93228062e6e26624dca4857 100644
|
| --- a/Source/core/dom/Document.idl
|
| +++ b/Source/core/dom/Document.idl
|
| @@ -148,6 +148,7 @@ interface Document : Node {
|
| // FIXME: The x and y arguments should be of type double.
|
| Element? elementFromPoint(long x, long y);
|
| sequence<Element> elementsFromPoint(long x, long y);
|
| + [RuntimeEnabled=DocumentScrollingElement] readonly attribute Element? scrollingElement;
|
|
|
| // Selection API
|
| // http://w3c.github.io/selection-api/#extensions-to-document-interface
|
|
|