| Index: third_party/WebKit/Source/modules/time_zone_monitor/TimeZoneMonitorClient.cpp
|
| diff --git a/third_party/WebKit/Source/modules/time_zone_monitor/TimeZoneMonitorClient.cpp b/third_party/WebKit/Source/modules/time_zone_monitor/TimeZoneMonitorClient.cpp
|
| index a383c046f6e6385e4672e13c154d4eb1e55b8b5e..decda185d23d51171492a9f1166ccb33acae28ab 100644
|
| --- a/third_party/WebKit/Source/modules/time_zone_monitor/TimeZoneMonitorClient.cpp
|
| +++ b/third_party/WebKit/Source/modules/time_zone_monitor/TimeZoneMonitorClient.cpp
|
| @@ -73,7 +73,7 @@ void TimeZoneMonitorClient::OnTimeZoneChange(const String& timeZoneInfo) {
|
| thread->postTask(BLINK_FROM_HERE,
|
| crossThreadBind(&NotifyTimezoneChangeOnWorkerThread,
|
| WTF::crossThreadUnretained(thread)));
|
| - posted.add(&thread->workerBackingThread());
|
| + posted.insert(&thread->workerBackingThread());
|
| }
|
| }
|
|
|
|
|