Index: webkit/tools/test_shell/simple_resource_loader_bridge.cc |
diff --git a/webkit/tools/test_shell/simple_resource_loader_bridge.cc b/webkit/tools/test_shell/simple_resource_loader_bridge.cc |
index f11f98561afdc0858837798969b971f01a1f6e75..8519e429b798d5855ef0133f508f4eecff593683 100644 |
--- a/webkit/tools/test_shell/simple_resource_loader_bridge.cc |
+++ b/webkit/tools/test_shell/simple_resource_loader_bridge.cc |
@@ -616,7 +616,7 @@ class RequestProxy |
// GetContentLengthSync() may perform file IO, but it's ok here, as file |
// IO is not prohibited in IOThread defined in the file. |
- uint64 size = request_->get_upload()->GetContentLengthSync(); |
+ uint64 size = request_->get_upload_mutable()->GetContentLengthSync(); |
uint64 position = request_->GetUploadProgress(); |
if (position == last_upload_position_) |
return; // no progress made since last time |