| Index: third_party/WebKit/Source/core/dom/Document.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.idl b/third_party/WebKit/Source/core/dom/Document.idl
|
| index a5422d5bfb935262c2cac0e5cf2b6bfafba274da..70fbfd2227870fb1eb0bd4d90c2cc387f4970ec3 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Document.idl
|
| @@ -73,6 +73,11 @@ interface Document : Node {
|
| [NewObject] NodeIterator createNodeIterator(Node root, optional unsigned long whatToShow = 0xFFFFFFFF, optional NodeFilter? filter = null);
|
| [NewObject] TreeWalker createTreeWalker(Node root, optional unsigned long whatToShow = 0xFFFFFFFF, optional NodeFilter? filter = null);
|
|
|
| + // NonDocumentRootScroller (https://github.com/bokand/NonDocumentRootScroller)
|
| + [RuntimeEnabled=SetRootScroller, RaisesException] void setRootScroller (Element element);
|
| + [RuntimeEnabled=SetRootScroller] readonly attribute Element? rootScroller;
|
| +
|
| +
|
| // FIXME: CDATASection has been removed from the spec. crbug.com/437205
|
| [RaisesException, MeasureAs=DocumentCreateCDATASection] CDATASection createCDATASection(DOMString data);
|
|
|
|
|