| 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 9c103953e6985fcfcae96daf0f31a17831b01a78..826a96d7844f94c13164150258b5b8de1973783e 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, RuntimeEnabled=SetRootScroller, Measure] attribute Element? rootScroller;
|
| + [RaisesException=Setter, OriginTrialEnabled=RootScroller, Measure] attribute Element? rootScroller;
|
|
|
| // FIXME: xmlEncoding/xmlVersion/xmlStandalone have been removed from the spec.
|
| [MeasureAs=DocumentXMLEncoding] readonly attribute DOMString? xmlEncoding;
|
|
|