diff options
author | Jocelyn Turcotte <jocelyn.turcotte@nokia.com> | 2009-10-22 18:14:59 (GMT) |
---|---|---|
committer | Jocelyn Turcotte <jocelyn.turcotte@nokia.com> | 2009-10-22 18:34:25 (GMT) |
commit | 0a6739c13a224f56125120b0eb4d449c06d04a56 (patch) | |
tree | 4be4f6c00067850c375dbbce0c91e15645e971a3 /src | |
parent | cef1901dbd96be81fc4139b50b094dfae5223e6f (diff) | |
download | Qt-0a6739c13a224f56125120b0eb4d449c06d04a56.zip Qt-0a6739c13a224f56125120b0eb4d449c06d04a56.tar.gz Qt-0a6739c13a224f56125120b0eb4d449c06d04a56.tar.bz2 |
Temporary fix in qt.git to allow build on s60.
Should be overwritten when the final patch of this bug hits trunk:
https://bugs.webkit.org/show_bug.cgi?id=30670
Patch-by: Janne Koskinen
Reviewed-by: Jocelyn Turcotte
Diffstat (limited to 'src')
-rw-r--r-- | src/3rdparty/webkit/WebCore/loader/ResourceLoadNotifier.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/3rdparty/webkit/WebCore/loader/ResourceLoadNotifier.h b/src/3rdparty/webkit/WebCore/loader/ResourceLoadNotifier.h index b8f078a..f06ecde 100644 --- a/src/3rdparty/webkit/WebCore/loader/ResourceLoadNotifier.h +++ b/src/3rdparty/webkit/WebCore/loader/ResourceLoadNotifier.h @@ -40,7 +40,12 @@ class Frame; class ResourceError; class ResourceLoader; class ResourceResponse; +//### tempfix, to be removed +#ifdef __SYMBIAN32__ +struct ResourceRequest; +#else class ResourceRequest; +#endif class ScriptString; class ResourceLoadNotifier : public Noncopyable { |