Description[android_webview] Fix crash in ContentViewCore/ContentSettings.
Apparently it's possible for mHandler to run after .destroy has
been called on mContentViewCore.
Since the ContentViewCore.destroy() documentation states that no
other methods may be called on it after destroy() it seems like
the right fix is to add a check to the handler.
BUG=None
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170964
Patch Set 1 #
Total comments: 2
Patch Set 2 : fix style #
Total comments: 1
Messages
Total messages: 10 (0 generated)
|