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 84e147b767ca2339ff51115ddcc7569ad4439ecc..8b3ae3e71b25e99932fb891d427cfb90e5922f57 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.idl |
+++ b/third_party/WebKit/Source/core/dom/Document.idl |
@@ -78,7 +78,7 @@ interface Document : Node { |
[NewObject] TreeWalker createTreeWalker(Node root, optional unsigned long whatToShow = 0xFFFFFFFF, optional NodeFilter? filter = null); |
// NonDocumentRootScroller (https://github.com/bokand/NonDocumentRootScroller) |
- [RaisesException=Setter, OriginTrialEnabled=RootScroller, Measure] attribute Element? rootScroller; |
+ [RaisesException=Setter, RuntimeEnabled=SetRootScroller, Measure] attribute Element? rootScroller; |
// FIXME: xmlEncoding/xmlVersion/xmlStandalone have been removed from the spec. |
[MeasureAs=DocumentXMLEncoding] readonly attribute DOMString? xmlEncoding; |