Fix presubmit failure.

TBR=fschneider@chromium.org

Review URL: http://codereview.chromium.org/802003

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4085 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 174466d4
...@@ -443,7 +443,6 @@ void FlowGraphBuilder::VisitCountOperation(CountOperation* expr) { ...@@ -443,7 +443,6 @@ void FlowGraphBuilder::VisitCountOperation(CountOperation* expr) {
void FlowGraphBuilder::VisitBinaryOperation(BinaryOperation* expr) { void FlowGraphBuilder::VisitBinaryOperation(BinaryOperation* expr) {
switch (expr->op()) { switch (expr->op()) {
case Token::COMMA: case Token::COMMA:
case Token::OR: case Token::OR:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment