Index: android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java |
diff --git a/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java b/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java |
index f6488f40d889428789b26b6fc08fae4b73dd7778..1de26e1969abf0488a337352992b76f80ddfc850 100644 |
--- a/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java |
+++ b/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java |
@@ -37,6 +37,6 @@ public class AwShellApplication extends Application { |
ResourceExtractor.setMandatoryPaksToExtract(MANDATORY_PAKS); |
ResourceExtractor.setExtractImplicitLocaleForTesting(false); |
- AwBrowserProcess.loadLibrary(); |
+ AwBrowserProcess.loadLibrary(getApplicationContext()); |
} |
} |