git-svn-id: https://svn.webkit.org/repository/webkit/trunk@26769
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
This class provides all functionality needed for loading images, style sheets and html
pages from the web. It has a memory cache for these objects.
*/
+#include "config.h"
#include "qwebframe.h"
#include "qwebpage.h"
#include "qwebpage_p.h"
This class provides all functionality needed for loading images, style sheets and html
pages from the web. It has a memory cache for these objects.
*/
-
+#include "config.h"
#include "qwebpage.h"
#include "qwebframe.h"
#include "qwebpage_p.h"
+2007-10-19 Simon Hausmann <shausman@trolltech.com>
+
+ Reviewed by Lars.
+
+ Fix the windows/qt build by including config.h first to fix wtf/MathExtras.h inclusion.
+
+ * Api/qwebframe.cpp:
+ * Api/qwebpage.cpp:
+
2007-10-10 Alice Liu <alice.liu@apple.com>
Reviewed by Geoff Garen.