vendor/v8/src/preparser.cc in mustang-0.0.1 vs vendor/v8/src/preparser.cc in mustang-0.1.0

- old
+ new

@@ -1,6 +1,5 @@ - // Copyright 2010 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: // @@ -31,9 +30,10 @@ #include "globals.h" #include "checks.h" #include "allocation.h" #include "utils.h" #include "list.h" + #include "scanner-base.h" #include "preparse-data.h" #include "preparser.h" namespace v8 {