| Index: third_party/WebKit/Source/web/WebDataSourceImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebDataSourceImpl.cpp b/third_party/WebKit/Source/web/WebDataSourceImpl.cpp
|
| index c89c9bf12a1d58ade0791869e34ed9a1434eb641..36353928fa7cb3e921ba9bd69e37fb097628b34a 100644
|
| --- a/third_party/WebKit/Source/web/WebDataSourceImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebDataSourceImpl.cpp
|
| @@ -59,6 +59,9 @@ const WebURLRequest& WebDataSourceImpl::getRequest() const {
|
| return m_requestWrapper;
|
| }
|
|
|
| +WebURLRequest& WebDataSourceImpl::getRequestWritable() {
|
| + return m_requestWrapper;
|
| +}
|
| const WebURLResponse& WebDataSourceImpl::response() const {
|
| return m_responseWrapper;
|
| }
|
|
|