Reviewers: Jakob,

Message:
PTAL

Description:
Fix push-to-trunk runtime call.

This broke after a recent refactoring.

BUG=

Please review this at https://codereview.chromium.org/76193002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M tools/push-to-trunk/push_to_trunk.py


Index: tools/push-to-trunk/push_to_trunk.py
diff --git a/tools/push-to-trunk/push_to_trunk.py b/tools/push-to-trunk/push_to_trunk.py index 2aa32cd31911603907f4a8ef80148c4a45253cff..b1ec658a6f6877ea275fd49266f148fed9f7c7a6 100755
--- a/tools/push-to-trunk/push_to_trunk.py
+++ b/tools/push-to-trunk/push_to_trunk.py
@@ -548,7 +548,7 @@ def Main():
   if not ProcessOptions(options):
     parser.print_help()
     return 1
-  RunScript(CONFIG, options)
+  RunPushToTrunk(CONFIG, options)

 if __name__ == "__main__":
   sys.exit(Main())


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to