| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index 696a3f2a897752505930b541a4dc930940e74ff4..27c92943a21ad4e5772da607f84abf78e0479d77 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -1209,7 +1209,7 @@ String Document::readyState() const {
|
| return String();
|
| }
|
|
|
| -void Document::setReadyState(ReadyState readyState) {
|
| +void Document::setReadyState(DocumentReadyState readyState) {
|
| if (readyState == m_readyState)
|
| return;
|
|
|
|
|