| Index: third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp b/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
|
| index 260c3652b10d864a660d92cf4c1eb4471494c778..8556a7db0ca9531613e13e30899d9c89f2303ba0 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
|
| @@ -154,6 +154,10 @@ void WebURLResponse::setResponseTime(long long responseTime) {
|
| m_resourceResponse->setResponseTime(static_cast<int64_t>(responseTime));
|
| }
|
|
|
| +void WebURLResponse::setResponseStart(long long responseStart) {
|
| + m_resourceResponse->setResponseStart(static_cast<int64_t>(responseStart));
|
| +}
|
| +
|
| WebString WebURLResponse::mimeType() const {
|
| return m_resourceResponse->mimeType();
|
| }
|
|
|