Revision: 12441 Author: [email protected] Date: Wed Sep 5 02:29:15 2012 Log: Fix missing colon in common.gypi
[email protected] Review URL: https://chromiumcodereview.appspot.com/10912092 http://code.google.com/p/v8/source/detail?r=12441 Modified: /branches/bleeding_edge/build/common.gypi ======================================= --- /branches/bleeding_edge/build/common.gypi Wed Sep 5 02:24:37 2012 +++ /branches/bleeding_edge/build/common.gypi Wed Sep 5 02:29:15 2012 @@ -71,7 +71,7 @@ 'v8_enable_disassembler%': 0, # Enable extra checks in API functions and other strategic places. - 'v8_enable_extra_checks%' 1, + 'v8_enable_extra_checks%': 1, 'v8_object_print%': 0, -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
