git-svn-id: https://svn.webkit.org/repository/webkit/trunk@24207
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-07-12 George Staikos <staikos@kde.org>
+
+ Repair the build.
+
+ * platform/network/qt/ResourceHandleQt.cpp:
+ (WebCore::ResourceHandle::start):
+
2007-07-11 Adele Peterson <adele@apple.com>
Reviewed by Darin.
return false;
// check for (probably) broken requests
- if (method() != "GET" && method() != "POST") {
+ if (d->m_request.httpMethod() != "GET" && d->m_request.httpMethod() != "POST") {
notImplemented();
return false;
}