| Index: third_party/WebKit/Source/modules/eventsource/EventSource.cpp
|
| diff --git a/third_party/WebKit/Source/modules/eventsource/EventSource.cpp b/third_party/WebKit/Source/modules/eventsource/EventSource.cpp
|
| index acaee289dc2be98a543dd183c81747778aeba04f..f902a10fc48c4e4092028fe94329f3c97e7f8a6a 100644
|
| --- a/third_party/WebKit/Source/modules/eventsource/EventSource.cpp
|
| +++ b/third_party/WebKit/Source/modules/eventsource/EventSource.cpp
|
| @@ -210,7 +210,7 @@ bool EventSource::withCredentials() const {
|
| return m_withCredentials;
|
| }
|
|
|
| -EventSource::State EventSource::readyState() const {
|
| +EventSource::State EventSource::getReadyState() const {
|
| return m_state;
|
| }
|
|
|
|
|