Loading core/java/android/webkit/WebViewUpdateService.java +3 −3 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ public final class WebViewUpdateService { try { return getUpdateService().getAllWebViewPackages(); } catch (RemoteException e) { throw new RuntimeException(e); throw e.rethrowFromSystemServer(); } } Loading @@ -45,7 +45,7 @@ public final class WebViewUpdateService { try { return getUpdateService().getValidWebViewPackages(); } catch (RemoteException e) { throw new RuntimeException(e); throw e.rethrowFromSystemServer(); } } Loading @@ -56,7 +56,7 @@ public final class WebViewUpdateService { try { return getUpdateService().getCurrentWebViewPackageName(); } catch (RemoteException e) { throw new RuntimeException(e); throw e.rethrowFromSystemServer(); } } Loading Loading
core/java/android/webkit/WebViewUpdateService.java +3 −3 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ public final class WebViewUpdateService { try { return getUpdateService().getAllWebViewPackages(); } catch (RemoteException e) { throw new RuntimeException(e); throw e.rethrowFromSystemServer(); } } Loading @@ -45,7 +45,7 @@ public final class WebViewUpdateService { try { return getUpdateService().getValidWebViewPackages(); } catch (RemoteException e) { throw new RuntimeException(e); throw e.rethrowFromSystemServer(); } } Loading @@ -56,7 +56,7 @@ public final class WebViewUpdateService { try { return getUpdateService().getCurrentWebViewPackageName(); } catch (RemoteException e) { throw new RuntimeException(e); throw e.rethrowFromSystemServer(); } } Loading