Fix Apache stack

Change-Id: Iec7d0d8bdaaa5594fa7412db79943ab0ccdf594c
This commit is contained in:
John Reck
2012-01-04 09:49:17 -08:00
committed by Jean-Baptiste Queru
parent 57ea96a4b3
commit 0a3fcc3eed

View File

@@ -869,6 +869,7 @@ class BrowserFrame extends Handler {
loader.setCacheMode(headers.containsKey("If-Modified-Since")
|| headers.containsKey("If-None-Match") ?
WebSettings.LOAD_NO_CACHE : cacheMode);
loader.executeLoad();
// Set referrer to current URL?
return !synchronous ? loadListener : null;
}