https://bugs.webkit.org/show_bug.cgi?id=110662
Reviewed by Tim Horton.
* loader/ResourceLoaderOptions.h: Include ResourceHandleTypes.h instead.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@143838
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-02-23 Alexey Proskuryakov <ap@apple.com>
+
+ Don't include ResourceHandle.h in ResourceLoaderOptions.h
+ https://bugs.webkit.org/show_bug.cgi?id=110662
+
+ Reviewed by Tim Horton.
+
+ * loader/ResourceLoaderOptions.h: Include ResourceHandleTypes.h instead.
+
2013-02-23 Jason Anderssen <janderssen@gmail.com>
Move setAutofilled from TestRunner to WebCore
#ifndef ResourceLoaderOptions_h
#define ResourceLoaderOptions_h
-#include "ResourceHandle.h"
+#include "ResourceHandleTypes.h"
namespace WebCore {