Revision: 23002
Author: [email protected]
Date: Fri Aug 8 14:02:32 2014 UTC
Log: Fix Windows build after r23000.
[email protected]
Review URL: https://codereview.chromium.org/451053003
http://code.google.com/p/v8/source/detail?r=23002
Modified:
/branches/bleeding_edge/src/compiler/pipeline.cc
=======================================
--- /branches/bleeding_edge/src/compiler/pipeline.cc Fri Aug 8 13:51:30
2014 UTC
+++ /branches/bleeding_edge/src/compiler/pipeline.cc Fri Aug 8 14:02:32
2014 UTC
@@ -87,7 +87,7 @@
SourcePositionTable*
source_positions)
: AstGraphBuilder(info, jsgraph),
source_positions_(source_positions) {}
- bool CreateGraph() V8_OVERRIDE {
+ bool CreateGraph() {
SourcePositionTable::Scope pos(source_positions_,
SourcePosition::Unknown());
return AstGraphBuilder::CreateGraph();
--
--
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.