| Index: third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp
|
| index e51de04d0b88241bda7c88b59d608418114f8340..de98df6407e825e6fe9673bde1de1ccc91093766 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp
|
| @@ -124,7 +124,7 @@ ScriptValue IDBRequest::source(ScriptState* scriptState) const {
|
| return ScriptValue::from(scriptState, m_source);
|
| }
|
|
|
| -const String& IDBRequest::readyState() const {
|
| +const String& IDBRequest::getReadyState() const {
|
| DCHECK(m_readyState == PENDING || m_readyState == DONE);
|
|
|
| if (m_readyState == PENDING)
|
|
|