Index: tools/push-to-trunk/chromium_roll.py |
diff --git a/tools/push-to-trunk/chromium_roll.py b/tools/push-to-trunk/chromium_roll.py |
index 6d9e5bd8d81e91fbec543ff53b4c91e51ece4529..44d7f3157f94dbf76774a3113381846ba230d847 100755 |
--- a/tools/push-to-trunk/chromium_roll.py |
+++ b/tools/push-to-trunk/chromium_roll.py |
@@ -73,6 +73,7 @@ class UpdateChromiumCheckout(Step): |
os.chdir(self["chrome_path"]) |
self.GitCheckout("master") |
self._side_effect_handler.Command("gclient", "sync --nohooks") |
+ self.GitPull() |
try: |
# TODO(machenbach): Add cwd to git calls. |
os.chdir(os.path.join(self["chrome_path"], "v8")) |