| Index: storage/browser/fileapi/sandbox_prioritized_origin_database.cc
|
| diff --git a/storage/browser/fileapi/sandbox_prioritized_origin_database.cc b/storage/browser/fileapi/sandbox_prioritized_origin_database.cc
|
| index 9a64edf63ed7ed3a1059c40a38856eda42ba919b..c55ad42bd710c736856946e24c44762c175e2c9a 100644
|
| --- a/storage/browser/fileapi/sandbox_prioritized_origin_database.cc
|
| +++ b/storage/browser/fileapi/sandbox_prioritized_origin_database.cc
|
| @@ -44,7 +44,7 @@
|
| return false;
|
| Pickle pickle(buffer.data(), buffer.size());
|
| PickleIterator iter(pickle);
|
| - return iter.ReadString(origin) && !origin->empty();
|
| + return pickle.ReadString(&iter, origin) && !origin->empty();
|
| }
|
|
|
| } // namespace
|
|
|