| Index: src/snapshot/serialize.cc
|
| diff --git a/src/snapshot/serialize.cc b/src/snapshot/serialize.cc
|
| index c819a11ea762e7cc6cc77819670023b374cc8fa6..f7e440ae25e9564a8897fd5f7b95be6b42fca7a5 100644
|
| --- a/src/snapshot/serialize.cc
|
| +++ b/src/snapshot/serialize.cc
|
| @@ -2477,7 +2477,7 @@ MaybeHandle<SharedFunctionInfo> CodeSerializer::Deserialize(
|
|
|
| HandleScope scope(isolate);
|
|
|
| - SmartPointer<SerializedCodeData> scd(
|
| + base::SmartPointer<SerializedCodeData> scd(
|
| SerializedCodeData::FromCachedData(isolate, cached_data, *source));
|
| if (scd.is_empty()) {
|
| if (FLAG_profile_deserialization) PrintF("[Cached code failed check]\n");
|
|
|