commit | 50ef84f5fad2def87d3fbc737bec4a32711fdef4 | [log] [tgz] |
---|---|---|
author | Kristian Monsen <kristianm@google.com> | Thu Jul 29 15:18:00 2010 +0100 |
committer | Kristian Monsen <kristianm@google.com> | Thu Jul 29 15:18:00 2010 +0100 |
tree | 72049481a445e51e78cc81ec1d114de2e87c6d1f | |
parent | 3bec4d28b1f388dbc06a9c4276e1a03e86c52b04 [diff] [blame] |
Update V8 to r5136 as required by WebKit r64264 Change-Id: I55b86fa101d9d53e889e2e3811fdf75f463ac3c6
diff --git a/tools/js2c.py b/tools/js2c.py index 35bf43b..2da132f 100755 --- a/tools/js2c.py +++ b/tools/js2c.py
@@ -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)))