| Index: webkit/tools/test_shell/simple_resource_loader_bridge.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/simple_resource_loader_bridge.cc (revision 15413)
|
| +++ webkit/tools/test_shell/simple_resource_loader_bridge.cc (working copy)
|
| @@ -575,7 +575,8 @@
|
| int requestor_pid,
|
| ResourceType::Type request_type,
|
| int app_cache_context_id,
|
| - int routing_id) {
|
| + int routing_id,
|
| + const std::string& fallback_charset) {
|
| return new ResourceLoaderBridgeImpl(method, url, policy_url,
|
| referrer, headers, load_flags,
|
| app_cache_context_id);
|
|
|