diff options
author | Steve Block <steveblock@google.com> | 2010-04-28 16:01:40 +0100 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2010-05-11 14:42:12 +0100 |
commit | aea8a56bcd1ef4ddac866b6d02a4ecf707891dbc (patch) | |
tree | 83534f3a06d2b65997c8c5a02ac30f5930f50030 /WebCore | |
parent | d2816f16f713bc58b245e2d5c5fd16ac4bb32cb8 (diff) | |
download | external_webkit-aea8a56bcd1ef4ddac866b6d02a4ecf707891dbc.zip external_webkit-aea8a56bcd1ef4ddac866b6d02a4ecf707891dbc.tar.gz external_webkit-aea8a56bcd1ef4ddac866b6d02a4ecf707891dbc.tar.bz2 |
Merge webkit.org at r58033 : Update calls to ResourceHandle constructor
See http://trac.webkit.org/changeset/55688
Change-Id: I03ecd486149d48a36f65222c9ac8cc1a957306c0
Diffstat (limited to 'WebCore')
-rw-r--r-- | WebCore/platform/network/android/ResourceHandleAndroid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/network/android/ResourceHandleAndroid.cpp b/WebCore/platform/network/android/ResourceHandleAndroid.cpp index 91e8f8e..1530a26 100644 --- a/WebCore/platform/network/android/ResourceHandleAndroid.cpp +++ b/WebCore/platform/network/android/ResourceHandleAndroid.cpp @@ -156,7 +156,7 @@ void ResourceHandle::loadResourceSynchronously(const ResourceRequest& request, Frame* frame) { SyncLoader s(error, response, data); - ResourceHandle h(request, &s, false, false, false); + ResourceHandle h(request, &s, false, false); // This blocks until the load is finished. // Use the request owned by the ResourceHandle. This has had the username // and password (if present) stripped from the URL in |