| 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 003931b882db6289e2cee150e37df087744d153f..51e93192faadd783f31204cc8cebc2c82673201a 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Document.idl
|
| @@ -95,7 +95,7 @@ interface Document : Node {
|
| readonly attribute DOMString referrer;
|
| [RaisesException] attribute DOMString cookie;
|
| readonly attribute DOMString lastModified;
|
| - readonly attribute DocumentReadyState readyState;
|
| + [ImplementedAs=getReadyState] readonly attribute DocumentReadyState readyState;
|
|
|
| // DOM tree accessors
|
| [CEReactions, CustomElementCallbacks] attribute DOMString title;
|
|
|