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 6a8093d427f3e25eadf8c9f82227edde31c976aa..5533253c4fe6d2ce3aea934b9eba4621cb011806 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.idl |
+++ b/third_party/WebKit/Source/core/dom/Document.idl |
@@ -76,8 +76,7 @@ interface Document : Node { |
[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; |
+ [RaisesException=Setter, RuntimeEnabled=SetRootScroller] attribute Element? rootScroller; |
// FIXME: CDATASection has been removed from the spec. crbug.com/437205 |
[RaisesException, MeasureAs=DocumentCreateCDATASection] CDATASection createCDATASection(DOMString data); |