| Index: src/serialize.cc | 
| diff --git a/src/serialize.cc b/src/serialize.cc | 
| index e6aae7fe8de90260da6f3e1e1463ab3544de8cea..48f05d4ab3fbd84e5dc691ab03b0c6b33fcbbd89 100644 | 
| --- a/src/serialize.cc | 
| +++ b/src/serialize.cc | 
| @@ -1248,7 +1248,7 @@ void Deserializer::ReadData(Object** current, Object** limit, int source_space, | 
|  | 
| case kNativesStringResource: { | 
| int index = source_->Get(); | 
| -        Vector<const char> source_vector = Natives::GetRawScriptSource(index); | 
| +        Vector<const char> source_vector = Natives::GetScriptSource(index); | 
| NativesExternalStringResource* resource = | 
| new NativesExternalStringResource(isolate->bootstrapper(), | 
| source_vector.start(), | 
|  |