Index: tools/parser-shell.cc |
diff --git a/tools/parser-shell.cc b/tools/parser-shell.cc |
index 9b0de7fb9b9a9465cfd698f373e603809d4780e7..2d95918a33d4b8aca1210c8d11960e20283ee00c 100644 |
--- a/tools/parser-shell.cc |
+++ b/tools/parser-shell.cc |
@@ -70,7 +70,7 @@ std::pair<TimeDelta, TimeDelta> RunBaselineParser( |
TimeDelta parse_time1, parse_time2; |
Handle<Script> script = Isolate::Current()->factory()->NewScript( |
v8::Utils::OpenHandle(*source_handle)); |
- i::ScriptDataImpl* cached_data_impl = NULL; |
+ i::ScriptData* cached_data_impl = NULL; |
// First round of parsing (produce data to cache). |
{ |
CompilationInfoWithZone info(script); |