Index: webkit/api/public/WebURLRequest.h |
=================================================================== |
--- webkit/api/public/WebURLRequest.h (revision 25594) |
+++ webkit/api/public/WebURLRequest.h (working copy) |
@@ -130,8 +130,8 @@ |
WEBKIT_API void setRequestorProcessID(int); |
// Allows the request to be matched up with its app cache context. |
- WEBKIT_API int appCacheContextID() const; |
- WEBKIT_API void setAppCacheContextID(int id); |
+ WEBKIT_API int appCacheHostID() const; |
+ WEBKIT_API void setAppCacheHostID(int id); |
#if defined(WEBKIT_IMPLEMENTATION) |
WebCore::ResourceRequest& toMutableResourceRequest(); |