Revision: 11806 Author: [email protected] Date: Thu Jun 14 01:42:40 2012 Log: Fix lint.
[email protected] BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10546163 http://code.google.com/p/v8/source/detail?r=11806 Modified: /branches/bleeding_edge/build/common.gypi ======================================= --- /branches/bleeding_edge/build/common.gypi Thu Jun 14 01:01:05 2012 +++ /branches/bleeding_edge/build/common.gypi Thu Jun 14 01:42:40 2012 @@ -95,7 +95,7 @@ # For a shared library build, results in "libv8-<(soname_version).so". 'soname_version%': '', - + # Interpreted regexp engine exists as platform-independent alternative # based where the regular expression is compiled to a bytecode. 'v8_interpreted_regexp%': 0, -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
