| 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 ceedbc179ecd32bb21dca15835be001f7fa819b8..5f1ec68db6e5849c4f28ee4b2d7c60cac602adc8 100755
|
| --- a/tools/push-to-trunk/chromium_roll.py
|
| +++ b/tools/push-to-trunk/chromium_roll.py
|
| @@ -66,7 +66,7 @@ class UploadCL(Step):
|
| def RunStep(self):
|
| # Patch DEPS file.
|
| if self.Command(
|
| - "roll-dep", "v8 %s" % self["trunk_revision"],
|
| + "roll-dep", "v8 %s" % self["last_push"],
|
| cwd=self._options.chromium) is None:
|
| self.Die("Failed to create deps for %s" % self["trunk_revision"])
|
|
|
|
|