am a7edbbdd: am 76c5144e: am 36425d19: Merge "Catch badly formed URLs in WebView accessibility injector." into jb-mr1-dev
* commit 'a7edbbdd8dc73cb0d9e9c0726a72cfe01b5fb80f': Catch badly formed URLs in WebView accessibility injector.
This commit is contained in:
@@ -514,6 +514,8 @@ class AccessibilityInjector {
|
||||
}
|
||||
} catch (URISyntaxException e) {
|
||||
// Do nothing.
|
||||
} catch (IllegalArgumentException e) {
|
||||
// Catch badly-formed URLs.
|
||||
}
|
||||
|
||||
return ACCESSIBILITY_SCRIPT_INJECTION_UNDEFINED;
|
||||
|
||||
Reference in New Issue
Block a user