Reviewers: William Hesse, Description: Fix presubmit.
[email protected] Please review this at http://codereview.chromium.org/7888008/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/d8.cc Index: src/d8.cc =================================================================== --- src/d8.cc (revision 9252) +++ src/d8.cc (working copy) @@ -1096,7 +1096,7 @@ #ifndef V8_SHARED delete parallel_files; parallel_files = NULL; -#endif // V8_SHARED +#endif // V8_SHARED } -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
