Revision: 20193
Author: [email protected]
Date: Mon Mar 24 13:04:20 2014 UTC
Log: Fix debuggersupport=off build after r17184 and r18149.
[email protected]
BUG=
Review URL: https://codereview.chromium.org/209533002
Patch from Kang-Hao (Kenny) Lu <[email protected]>.
http://code.google.com/p/v8/source/detail?r=20193
Modified:
/branches/bleeding_edge/src/d8-debug.h
/branches/bleeding_edge/src/full-codegen.cc
=======================================
--- /branches/bleeding_edge/src/d8-debug.h Mon Dec 9 07:41:20 2013 UTC
+++ /branches/bleeding_edge/src/d8-debug.h Mon Mar 24 13:04:20 2014 UTC
@@ -31,6 +31,7 @@
#include "d8.h"
#include "debug.h"
+#include "platform/socket.h"
namespace v8 {
=======================================
--- /branches/bleeding_edge/src/full-codegen.cc Mon Mar 24 08:22:24 2014 UTC
+++ /branches/bleeding_edge/src/full-codegen.cc Mon Mar 24 13:04:20 2014 UTC
@@ -883,7 +883,7 @@
}
}
#else
- CodeGenerator::RecordPositions(masm_, pos);
+ CodeGenerator::RecordPositions(masm_, expr->position());
#endif
}
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.