From 80e68b43c3da64848db8edc7d8e8fe095888e42e Mon Sep 17 00:00:00 2001 From: Andrei Popescu Date: Tue, 8 Dec 2009 18:37:43 +0000 Subject: Break the WebCore -> WebKit dependency in ResourceHandleAndroid.cpp. --- WebCore/platform/network/ResourceHandleInternal.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'WebCore/platform/network/ResourceHandleInternal.h') diff --git a/WebCore/platform/network/ResourceHandleInternal.h b/WebCore/platform/network/ResourceHandleInternal.h index 31d740a..fa939db 100644 --- a/WebCore/platform/network/ResourceHandleInternal.h +++ b/WebCore/platform/network/ResourceHandleInternal.h @@ -69,9 +69,7 @@ class NSURLConnection; #endif #if PLATFORM(ANDROID) -namespace android { - class WebCoreResourceLoader; -} +#include "ResourceLoaderAndroid.h" #endif // The allocations and releases in ResourceHandleInternal are @@ -229,7 +227,7 @@ namespace WebCore { CFURLAuthChallengeRef m_currentCFChallenge; #endif #if PLATFORM(ANDROID) - android::WebCoreResourceLoader* m_loader; + RefPtr m_loader; #endif AuthenticationChallenge m_currentWebChallenge; -- cgit v1.1