| Index: third_party/WebKit/Source/modules/fetch/CrossThreadHolder.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/CrossThreadHolder.h b/third_party/WebKit/Source/modules/fetch/CrossThreadHolder.h
|
| index f56dd201823c2bd9364cb48b54014e64f77c86b0..9492ba1fc109f26fdd64720c8c4c31f5ecdd43d5 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/CrossThreadHolder.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/CrossThreadHolder.h
|
| @@ -141,7 +141,7 @@ private:
|
| // We have to destruct |*m_obj| here because destructing |*m_obj|
|
| // in ~Bridge() might be too late when |executionContext| is
|
| // stopped.
|
| - m_obj.clear();
|
| + m_obj.reset();
|
| }
|
|
|
|
|
|
|