patches/webkit-13-webcore-frame.diff
changeset 2315 ef3e0baebb09
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/webkit-13-webcore-frame.diff	Mon Jan 25 08:58:52 2010 +0000
@@ -0,0 +1,13 @@
+diff --git a/WebCore/platform/network/ResourceHandleInternal.h b/WebCore/platform/network/ResourceHandleInternal.h
+index 328fc89..38ccc65 100644
+--- a/WebCore/platform/network/ResourceHandleInternal.h
++++ b/WebCore/platform/network/ResourceHandleInternal.h
+@@ -47,7 +47,7 @@
+ 
+ #if USE(SOUP)
+ #include <libsoup/soup.h>
+-class Frame;
++class WebCore::Frame;
+ #endif
+ 
+ #if PLATFORM(QT)