| Index: webkit/glue/webkitplatformsupport_impl.cc
|
| diff --git a/webkit/glue/webkitplatformsupport_impl.cc b/webkit/glue/webkitplatformsupport_impl.cc
|
| index 64054313868674dbf18bc252b5a4ea1c968de125..b3dfaec96f41457461e4fb29760f9fc1ee3f3815 100644
|
| --- a/webkit/glue/webkitplatformsupport_impl.cc
|
| +++ b/webkit/glue/webkitplatformsupport_impl.cc
|
| @@ -528,8 +528,8 @@ void WebKitPlatformSupportImpl::setSharedTimerFireInterval(
|
| interval = 0;
|
|
|
| shared_timer_.Stop();
|
| - shared_timer_.Start(base::TimeDelta::FromMicroseconds(interval), this,
|
| - &WebKitPlatformSupportImpl::DoTimeout);
|
| + shared_timer_.Start(FROM_HERE, base::TimeDelta::FromMicroseconds(interval),
|
| + this, &WebKitPlatformSupportImpl::DoTimeout);
|
| }
|
|
|
| void WebKitPlatformSupportImpl::stopSharedTimer() {
|
|
|