Index: content/shell/android/java/src/org/chromium/content_shell/Shell.java |
diff --git a/content/shell/android/java/src/org/chromium/content_shell/Shell.java b/content/shell/android/java/src/org/chromium/content_shell/Shell.java |
index 6795c163707665ebb1a578336895afae15b39690..29d9ecd20cb56110f876e021dfb524518d33a033 100644 |
--- a/content/shell/android/java/src/org/chromium/content_shell/Shell.java |
+++ b/content/shell/android/java/src/org/chromium/content_shell/Shell.java |
@@ -287,7 +287,7 @@ public class Shell extends LinearLayout { |
private void initFromNativeTabContents(WebContents webContents) { |
Context context = getContext(); |
mContentViewCore = new ContentViewCore(context); |
- ContentView cv = ContentView.newInstance(context, mContentViewCore); |
+ ContentView cv = new ContentView(context, mContentViewCore); |
mContentViewCore.initialize(cv, cv, webContents, mWindow); |
mContentViewCore.setContentViewClient(mContentViewClient); |
mWebContents = mContentViewCore.getWebContents(); |