Commit 8a373e74 authored by mitz@apple.com's avatar mitz@apple.com

Build fix after r81135.

* DumpRenderTree/cf/WebArchiveDumpSupport.cpp:
* DumpRenderTree/mac/WebArchiveDumpSupportMac.mm:



git-svn-id: svn://svn.chromium.org/blink/trunk@81138 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 6e8124fa
2011-03-15 Dan Bernstein <mitz@apple.com>
Build fix after r81135.
* DumpRenderTree/cf/WebArchiveDumpSupport.cpp:
* DumpRenderTree/mac/WebArchiveDumpSupportMac.mm:
2011-03-15 Kevin Ollivier <kevino@theolliviers.com> 2011-03-15 Kevin Ollivier <kevino@theolliviers.com>
Reviewed by Darin Adler. Reviewed by Darin Adler.
......
...@@ -23,11 +23,12 @@ ...@@ -23,11 +23,12 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#import "WebArchiveDumpSupport.h" #include "config.h"
#include "WebArchiveDumpSupport.h"
#import <CoreFoundation/CoreFoundation.h> #include <CoreFoundation/CoreFoundation.h>
#import <CFNetwork/CFNetwork.h> #include <CFNetwork/CFNetwork.h>
#import <wtf/RetainPtr.h> #include <wtf/RetainPtr.h>
extern "C" { extern "C" {
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#import "config.h"
#import "WebArchiveDumpSupport.h" #import "WebArchiveDumpSupport.h"
#import <CFNetwork/CFHTTPMessage.h> #import <CFNetwork/CFHTTPMessage.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