| Index: content/shell/browser/shell_android.cc
|
| diff --git a/content/shell/browser/shell_android.cc b/content/shell/browser/shell_android.cc
|
| index 85e4079428dc78edc9b759b6d42d37e60571239a..6139c8d25b900059231eabef929ad5d12f69530e 100644
|
| --- a/content/shell/browser/shell_android.cc
|
| +++ b/content/shell/browser/shell_android.cc
|
| @@ -53,7 +53,7 @@ void Shell::PlatformSetIsLoading(bool loading) {
|
| }
|
|
|
| void Shell::PlatformCreateWindow(int width, int height) {
|
| - java_object_.Reset(AttachCurrentThread(), CreateShellView(this));
|
| + java_object_.Reset(CreateShellView(this));
|
| }
|
|
|
| void Shell::PlatformSetContents() {
|
|
|