Index: android_webview/test/shell/src/org/chromium/android_webview/test/AwTestRunnerActivity.java |
diff --git a/android_webview/test/shell/src/org/chromium/android_webview/test/AwTestRunnerActivity.java b/android_webview/test/shell/src/org/chromium/android_webview/test/AwTestRunnerActivity.java |
index c3d4ccb7de5ba76a50daa003720fa47c743ac0bf..c3af5de0dfcdcfb652a08ee7a28a08fc797e741a 100644 |
--- a/android_webview/test/shell/src/org/chromium/android_webview/test/AwTestRunnerActivity.java |
+++ b/android_webview/test/shell/src/org/chromium/android_webview/test/AwTestRunnerActivity.java |
@@ -30,7 +30,7 @@ public class AwTestRunnerActivity extends Activity { |
AwShellResourceProvider.registerResources(this); |
ContextUtils.initApplicationContext(getApplicationContext()); |
- AwBrowserProcess.loadLibrary(this); |
+ AwBrowserProcess.loadLibrary(); |
mLinearLayout = new LinearLayout(this); |
mLinearLayout.setOrientation(LinearLayout.VERTICAL); |