Reviewers: titzer,

Description:
Fix Windows build after r23000.

[email protected]

Please review this at https://codereview.chromium.org/451053003/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M src/compiler/pipeline.cc


Index: src/compiler/pipeline.cc
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc
index ca47b70bef7bc889ec94265b3f68c96ce931f467..ef7aade6107e876aa342f5bf3a6b004b5ced8c8e 100644
--- a/src/compiler/pipeline.cc
+++ b/src/compiler/pipeline.cc
@@ -87,7 +87,7 @@ class AstGraphBuilderWithPositions : public AstGraphBuilder { 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.

Reply via email to