| Index: ios/web/web_thread_impl.cc | 
| diff --git a/ios/web/web_thread_impl.cc b/ios/web/web_thread_impl.cc | 
| index f0959e5d5391ede0db43caaad433c823f59858e5..7d80aa5c8852d8706ec76a9421093ee390a6d854 100644 | 
| --- a/ios/web/web_thread_impl.cc | 
| +++ b/ios/web/web_thread_impl.cc | 
| @@ -126,7 +126,7 @@ WebThreadImpl::WebThreadImpl(ID identifier) | 
|  | 
| WebThreadImpl::WebThreadImpl(ID identifier, base::MessageLoop* message_loop) | 
| : Thread(GetThreadName(identifier)), identifier_(identifier) { | 
| -  set_message_loop(message_loop); | 
| +  SetMessageLoop(message_loop); | 
| Initialize(); | 
| } | 
|  | 
|  |