| 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..e72a384626a8294bebc9e569d8a04777dfd63cc3 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -1191,7 +1191,7 @@ Element* Document::createElement(const QualifiedName& qName,
|
| return e;
|
| }
|
|
|
| -String Document::readyState() const {
|
| +String Document::getReadyState() const {
|
| DEFINE_STATIC_LOCAL(const String, loading, ("loading"));
|
| DEFINE_STATIC_LOCAL(const String, interactive, ("interactive"));
|
| DEFINE_STATIC_LOCAL(const String, complete, ("complete"));
|
|
|