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