diff options
Diffstat (limited to 'chrome/browser/instant/instant_controller.cc')
-rw-r--r-- | chrome/browser/instant/instant_controller.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/instant/instant_controller.cc b/chrome/browser/instant/instant_controller.cc index 629bdc6..e0f7125 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(); } |