Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2060)

Unified Diff: android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java

Issue 1903673003: [Merge M50] aw: Do not destroy functor in destroy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java
diff --git a/android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java b/android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java
index 49bc09a6fa22b8bedab935c0f972bb0ef5634617..830425c7d5b1c43be51cf9721c409597e9dba209 100644
--- a/android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java
+++ b/android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java
@@ -461,10 +461,6 @@ class WebViewChromium implements WebViewProvider, WebViewProvider.ScrollDelegate
mContentsClientAdapter.setDownloadListener(null);
mAwContents.destroy();
- if (mGLfunctor != null) {
- mGLfunctor.destroy();
- mGLfunctor = null;
- }
}
@Override

Powered by Google App Engine
This is Rietveld 408576698