| Index: ios/web/web_thread_impl.cc
|
| diff --git a/ios/web/web_thread_impl.cc b/ios/web/web_thread_impl.cc
|
| index a4cacddcea848af75502f0ecf28883889a606a3a..7b69285f9ac3a5846c856fbe0cec942ecffaec17 100644
|
| --- a/ios/web/web_thread_impl.cc
|
| +++ b/ios/web/web_thread_impl.cc
|
| @@ -497,7 +497,7 @@ base::MessageLoop* WebThread::UnsafeGetMessageLoopForThread(ID identifier) {
|
| }
|
|
|
| // static
|
| -void WebThreadImpl::SetDelegate(ID identifier, WebThreadDelegate* delegate) {
|
| +void WebThread::SetDelegate(ID identifier, WebThreadDelegate* delegate) {
|
| using base::subtle::AtomicWord;
|
| WebThreadGlobals& globals = g_globals.Get();
|
| AtomicWord* storage =
|
|
|