| Index: chrome/browser/android/shortcut_helper.cc
|
| diff --git a/chrome/browser/android/shortcut_helper.cc b/chrome/browser/android/shortcut_helper.cc
|
| index 12ddcdf131d766a5644a4f4479ac4f79502f0a58..5322e840f79f9bf69100f3f9a327f6b10955384f 100644
|
| --- a/chrome/browser/android/shortcut_helper.cc
|
| +++ b/chrome/browser/android/shortcut_helper.cc
|
| @@ -169,5 +169,5 @@ void ShortcutHelper::AddShortcutInBackground(
|
| // its otherwise inaccessible WebContents.
|
| static void AddShortcut(JNIEnv* env, jclass clazz, jint tab_android_ptr) {
|
| TabAndroid* tab = reinterpret_cast<TabAndroid*>(tab_android_ptr);
|
| - ShortcutHelper::AddShortcut(tab->GetWebContents());
|
| + ShortcutHelper::AddShortcut(tab->web_contents());
|
| }
|
|
|