Commit 7516e4aa authored by lars's avatar lars

Fix the Qt build after the Authentication changes.


git-svn-id: svn://svn.chromium.org/blink/trunk@18800 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 3c22afc3
2007-01-12 Lars Knoll <lars@trolltech.com>
Fix the Qt build after the Authenitcation changes.
* WebCore.pro:
* platform/network/ResourceHandleInternal.h:
2007-01-12 David Hyatt <hyatt@apple.com> 2007-01-12 David Hyatt <hyatt@apple.com>
Fix for bug 9569. Make sure the selection offset for selection roots excludes border and padding. Fix for bug 9569. Make sure the selection offset for selection roots excludes border and padding.
......
...@@ -574,7 +574,10 @@ SOURCES += \ ...@@ -574,7 +574,10 @@ SOURCES += \
platform/ContextMenu.cpp \ platform/ContextMenu.cpp \
# platform/SearchPopupMenu.cpp \ # platform/SearchPopupMenu.cpp \
platform/qt/SearchPopupMenuQt.cpp \ platform/qt/SearchPopupMenuQt.cpp \
platform/network/AuthenticationChallenge.cpp \
platform/network/Credential.cpp \
platform/network/FormData.cpp \ platform/network/FormData.cpp \
platform/network/ProtectionSpace.cpp \
platform/network/ResourceHandle.cpp \ platform/network/ResourceHandle.cpp \
platform/network/ResourceRequest.cpp \ platform/network/ResourceRequest.cpp \
platform/network/ResourceResponse.cpp \ platform/network/ResourceResponse.cpp \
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#define ResourceHandleInternal_h #define ResourceHandleInternal_h
#include "ResourceRequest.h" #include "ResourceRequest.h"
#include "AuthenticationChallenge.h"
#if USE(CFNETWORK) #if USE(CFNETWORK)
#include <CFNetwork/CFURLConnectionPriv.h> #include <CFNetwork/CFURLConnectionPriv.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment