Loading core/java/android/webkit/BrowserFrame.java +1 −1 Original line number Diff line number Diff line Loading @@ -685,7 +685,7 @@ class BrowserFrame extends Handler { default: Log.e(LOGTAG, "getRawResFilename got incompatible resource ID"); return new String(); return ""; } TypedValue value = new TypedValue(); mContext.getResources().getValue(resid, value, true); Loading core/java/android/webkit/CacheManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -429,7 +429,7 @@ public final class CacheManager { if (checkCacheRedirect(cacheRet.httpStatusCode)) { // location is in database, no need to keep the file cacheRet.contentLength = 0; cacheRet.localPath = new String(); cacheRet.localPath = ""; cacheRet.outFile.delete(); } else if (cacheRet.contentLength == 0) { cacheRet.outFile.delete(); Loading Loading
core/java/android/webkit/BrowserFrame.java +1 −1 Original line number Diff line number Diff line Loading @@ -685,7 +685,7 @@ class BrowserFrame extends Handler { default: Log.e(LOGTAG, "getRawResFilename got incompatible resource ID"); return new String(); return ""; } TypedValue value = new TypedValue(); mContext.getResources().getValue(resid, value, true); Loading
core/java/android/webkit/CacheManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -429,7 +429,7 @@ public final class CacheManager { if (checkCacheRedirect(cacheRet.httpStatusCode)) { // location is in database, no need to keep the file cacheRet.contentLength = 0; cacheRet.localPath = new String(); cacheRet.localPath = ""; cacheRet.outFile.delete(); } else if (cacheRet.contentLength == 0) { cacheRet.outFile.delete(); Loading