Reviewers: Yang,
Description:
Fix missing colon in common.gypi
[email protected]
Please review this at https://chromiumcodereview.appspot.com/10912092/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M build/common.gypi
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index
96055d22f60b20fdf22c7a83ddd9b116f7f2fdfc..fdf4d9c3076163ada147cef15f05e5084f251c5c
100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -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