Index: android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/WebViewCreateDestroyActivity.java |
diff --git a/android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/WebViewCreateDestroyActivity.java b/android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/WebViewCreateDestroyActivity.java |
index 33ee51832b8b4dad60fecfc1201da03d8c376d5a..ae536eceef2b66ceff2e72a984b25b0f6aae20d9 100644 |
--- a/android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/WebViewCreateDestroyActivity.java |
+++ b/android_webview/tools/system_webview_shell/apk/src/org/chromium/webview_shell/WebViewCreateDestroyActivity.java |
@@ -4,6 +4,7 @@ |
package org.chromium.webview_shell; |
+import android.annotation.SuppressLint; |
import android.app.Activity; |
import android.content.Intent; |
import android.os.Bundle; |
@@ -24,6 +25,8 @@ import android.widget.RelativeLayout; |
* will yield two webview instances in total. |
*/ |
public class WebViewCreateDestroyActivity extends Activity { |
+ // TODO(crbug.com/635567): Fix this properly. |
+ @SuppressLint("StaticFieldLeak") |
private static WebView sWebView; |
@Override |