Title: [88265] trunk/Source
- Revision
- 88265
- Author
- [email protected]
- Date
- 2011-06-07 14:10:43 -0700 (Tue, 07 Jun 2011)
Log Message
2011-06-07 Sheriff Bot <[email protected]>
Unreviewed, rolling out r88259 and r88263.
http://trac.webkit.org/changeset/88259
http://trac.webkit.org/changeset/88263
https://bugs.webkit.org/show_bug.cgi?id=62228
broke builds (Requested by rniwa on #webkit).
* platform/mac/WebCoreSystemInterface.h:
* platform/network/ResourceHandle.h:
* platform/network/cf/ResourceRequest.h:
2011-06-07 Sheriff Bot <[email protected]>
Unreviewed, rolling out r88259 and r88263.
http://trac.webkit.org/changeset/88259
http://trac.webkit.org/changeset/88263
https://bugs.webkit.org/show_bug.cgi?id=62228
broke builds (Requested by rniwa on #webkit).
* PluginProcess/mac/PluginProcessShim.mm:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (88264 => 88265)
--- trunk/Source/WebCore/ChangeLog 2011-06-07 21:06:26 UTC (rev 88264)
+++ trunk/Source/WebCore/ChangeLog 2011-06-07 21:10:43 UTC (rev 88265)
@@ -1,3 +1,16 @@
+2011-06-07 Sheriff Bot <[email protected]>
+
+ Unreviewed, rolling out r88259 and r88263.
+ http://trac.webkit.org/changeset/88259
+ http://trac.webkit.org/changeset/88263
+ https://bugs.webkit.org/show_bug.cgi?id=62228
+
+ broke builds (Requested by rniwa on #webkit).
+
+ * platform/mac/WebCoreSystemInterface.h:
+ * platform/network/ResourceHandle.h:
+ * platform/network/cf/ResourceRequest.h:
+
2011-06-07 Emil A Eklund <[email protected]>
Reviewed by Eric Seidel.
Modified: trunk/Source/WebCore/platform/mac/WebCoreSystemInterface.h (88264 => 88265)
--- trunk/Source/WebCore/platform/mac/WebCoreSystemInterface.h 2011-06-07 21:06:26 UTC (rev 88264)
+++ trunk/Source/WebCore/platform/mac/WebCoreSystemInterface.h 2011-06-07 21:10:43 UTC (rev 88265)
@@ -281,10 +281,7 @@
extern BOOL (*wkGetBytesFromAXTextMarker)(CFTypeRef textMarker, void *bytes, size_t length);
extern AXUIElementRef (*wkCreateAXUIElementRef)(id element);
-#if defined(BUILDING_ON_SNOW_LEOPARD) || defined(BUILDING_ON_LEOPARD)
-typedef struct __CFURLStorageSession* CFURLStorageSessionRef;
-#endif
-
+typedef const struct __CFURLStorageSession* CFURLStorageSessionRef;
extern CFURLStorageSessionRef (*wkCreatePrivateStorageSession)(CFStringRef);
extern NSURLRequest* (*wkCopyRequestWithStorageSession)(CFURLStorageSessionRef, NSURLRequest*);
Modified: trunk/Source/WebCore/platform/network/ResourceHandle.h (88264 => 88265)
--- trunk/Source/WebCore/platform/network/ResourceHandle.h 2011-06-07 21:06:26 UTC (rev 88264)
+++ trunk/Source/WebCore/platform/network/ResourceHandle.h 2011-06-07 21:10:43 UTC (rev 88265)
@@ -70,8 +70,8 @@
typedef struct OpaqueCFHTTPCookieStorage* CFHTTPCookieStorageRef;
#endif
-#if USE(CFURLSTORAGESESSIONS) && defined(BUILDING_ON_SNOW_LEOPARD)
-typedef struct __CFURLStorageSession* CFURLStorageSessionRef;
+#if USE(CFURLSTORAGESESSIONS)
+typedef const struct __CFURLStorageSession* CFURLStorageSessionRef;
#endif
namespace WebCore {
Modified: trunk/Source/WebCore/platform/network/cf/ResourceRequest.h (88264 => 88265)
--- trunk/Source/WebCore/platform/network/cf/ResourceRequest.h 2011-06-07 21:06:26 UTC (rev 88264)
+++ trunk/Source/WebCore/platform/network/cf/ResourceRequest.h 2011-06-07 21:10:43 UTC (rev 88265)
@@ -40,8 +40,8 @@
#endif
#endif
-#if USE(CFURLSTORAGESESSIONS) && defined(BUILDING_ON_SNOW_LEOPARD)
-typedef struct __CFURLStorageSession* CFURLStorageSessionRef;
+#if USE(CFURLSTORAGESESSIONS)
+typedef const struct __CFURLStorageSession* CFURLStorageSessionRef;
#endif
namespace WebCore {
@@ -84,7 +84,7 @@
NSURLRequest* nsURLRequest() const;
#endif
-#if USE(CFURLSTORAGESESSIONS) && defined(BUILDING_ON_SNOW_LEOPARD)
+#if USE(CFURLSTORAGESESSIONS)
void setStorageSession(CFURLStorageSessionRef);
#endif
Modified: trunk/Source/WebKit2/ChangeLog (88264 => 88265)
--- trunk/Source/WebKit2/ChangeLog 2011-06-07 21:06:26 UTC (rev 88264)
+++ trunk/Source/WebKit2/ChangeLog 2011-06-07 21:10:43 UTC (rev 88265)
@@ -1,3 +1,14 @@
+2011-06-07 Sheriff Bot <[email protected]>
+
+ Unreviewed, rolling out r88259 and r88263.
+ http://trac.webkit.org/changeset/88259
+ http://trac.webkit.org/changeset/88263
+ https://bugs.webkit.org/show_bug.cgi?id=62228
+
+ broke builds (Requested by rniwa on #webkit).
+
+ * PluginProcess/mac/PluginProcessShim.mm:
+
2011-06-07 Tim Horton <[email protected]>
Reviewed by Alexey Proskuryakov.
Modified: trunk/Source/WebKit2/PluginProcess/mac/PluginProcessShim.mm (88264 => 88265)
--- trunk/Source/WebKit2/PluginProcess/mac/PluginProcessShim.mm 2011-06-07 21:06:26 UTC (rev 88264)
+++ trunk/Source/WebKit2/PluginProcess/mac/PluginProcessShim.mm 2011-06-07 21:10:43 UTC (rev 88265)
@@ -23,7 +23,6 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#import <wtf/Platform.h>
#import "PluginProcessShim.h"
#import <AppKit/AppKit.h>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes