Chromium Code Reviews| Index: src/ast/modules.cc |
| diff --git a/src/ast/modules.cc b/src/ast/modules.cc |
| index 286a117b3f506791c5ce1c02cd1100e1532dfdbb..be1355e875027900e4d45995967c2f59c1329536 100644 |
| --- a/src/ast/modules.cc |
| +++ b/src/ast/modules.cc |
| @@ -122,5 +122,6 @@ bool ModuleDescriptor::Validate( |
| return true; |
| } |
| + |
|
adamk
2016/08/02 16:34:31
Can probably just drop this file from the CL :)
|
| } // namespace internal |
| } // namespace v8 |