| Index: chrome/browser/instant/instant_controller.cc
|
| diff --git a/chrome/browser/instant/instant_controller.cc b/chrome/browser/instant/instant_controller.cc
|
| index 629bdc64128516c6ac4796142dfdb7cfbd9b2fca..e0f7125f59093ca3676ff2adf3d3c47b87bcac8f 100644
|
| --- a/chrome/browser/instant/instant_controller.cc
|
| +++ b/chrome/browser/instant/instant_controller.cc
|
| @@ -507,5 +507,5 @@ void InstantController::ScheduleDestroy(InstantLoader* loader) {
|
| }
|
|
|
| void InstantController::DestroyLoaders() {
|
| - loaders_to_destroy_.reset();
|
| + loaders_to_destroy_.clear();
|
| }
|
|
|