Chromium Code Reviews| Index: src/jsregexp.h |
| diff --git a/src/jsregexp.h b/src/jsregexp.h |
| index 0e0184918b882e04101f50a2c48262533bae3ce9..42c76fbd67666a8415a5a1091fffa4bc6e118460 100644 |
| --- a/src/jsregexp.h |
| +++ b/src/jsregexp.h |
| @@ -1,4 +1,4 @@ |
| -// Copyright 2011 the V8 project authors. All rights reserved. |
| +// Copyright 2012 the V8 project authors. All rights reserved. |
| // Redistribution and use in source and binary forms, with or without |
| // modification, are permitted provided that the following conditions are |
| // met: |
| @@ -35,9 +35,11 @@ |
| namespace v8 { |
| namespace internal { |
| - |
| +class NodeVisitor; |
| +class RegExpCompiler; |
| class RegExpMacroAssembler; |
| - |
| +class RegExpNode; |
| +class RegExpTree; |
| class RegExpImpl { |
| public: |