| Index: src/pattern-rewriter.cc
 | 
| diff --git a/src/pattern-rewriter.cc b/src/pattern-rewriter.cc
 | 
| index 1a85ff77e4a54b8ee494cd04ae6a9ab02df63bce..090f85dc9c533ad68fcdb0bff435c7440152194d 100644
 | 
| --- a/src/pattern-rewriter.cc
 | 
| +++ b/src/pattern-rewriter.cc
 | 
| @@ -388,6 +388,7 @@ NOT_A_PATTERN(Conditional)
 | 
|  NOT_A_PATTERN(ContinueStatement)
 | 
|  NOT_A_PATTERN(CountOperation)
 | 
|  NOT_A_PATTERN(DebuggerStatement)
 | 
| +NOT_A_PATTERN(DoExpression)
 | 
|  NOT_A_PATTERN(DoWhileStatement)
 | 
|  NOT_A_PATTERN(EmptyStatement)
 | 
|  NOT_A_PATTERN(EmptyParentheses)
 | 
| 
 |