Reviewers: Jakob, Message: PTAL
Description: [email protected] Fixed build with disassembler=on Please review this at http://codereview.chromium.org/10834063/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M build/common.gypi Index: build/common.gypi =================================================================== --- build/common.gypi (revision 12223) +++ build/common.gypi (working copy) @@ -107,7 +107,9 @@ 'defines': ['ENABLE_DEBUGGER_SUPPORT',], }], ['v8_enable_disassembler==1', { - 'defines': ['ENABLE_DISASSEMBLER',], + 'defines': [ + 'ENABLE_DISASSEMBLER', + 'OBJECT_PRINT',], }], ['v8_object_print==1', { 'defines': ['OBJECT_PRINT',], -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
