| Index: android_webview/native/aw_contents.cc
|
| diff --git a/android_webview/native/aw_contents.cc b/android_webview/native/aw_contents.cc
|
| index 1bd2808b9a217a4b112a7bfdc4d4a17279127d3e..270c66eb1e60f1420ca1a110b89314e880f8b851 100644
|
| --- a/android_webview/native/aw_contents.cc
|
| +++ b/android_webview/native/aw_contents.cc
|
| @@ -851,7 +851,7 @@ jboolean AwContents::RestoreFromOpaqueState(
|
| std::vector<uint8> state_vector;
|
| base::android::JavaByteArrayToByteVector(env, state, &state_vector);
|
|
|
| - Pickle pickle(reinterpret_cast<const char*>(state_vector.begin()),
|
| + Pickle pickle(reinterpret_cast<const char*>(state_vector.data()),
|
| state_vector.size());
|
| PickleIterator iterator(pickle);
|
|
|
|
|