Revision: 5118 Author: [email protected] Date: Thu Jul 22 05:55:14 2010 Log: Fix d8 build error on a fresh checkout.
Review URL: http://codereview.chromium.org/2809069 http://code.google.com/p/v8/source/detail?r=5118 Modified: /branches/bleeding_edge/tools/js2c.py ======================================= --- /branches/bleeding_edge/tools/js2c.py Mon Jul 5 07:28:37 2010 +++ /branches/bleeding_edge/tools/js2c.py Thu Jul 22 05:55:14 2010 @@ -275,8 +275,8 @@ debugger_ids = [] modules = [] # Locate the macros file name. - consts = {} - macros = {} + consts = [] + macros = [] for s in source: if 'macros.py' == (os.path.split(str(s))[1]): (consts, macros) = ReadMacros(ReadLines(str(s))) -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
