Title: [116493] trunk/Source/WebCore
- Revision
- 116493
- Author
- [email protected]
- Date
- 2012-05-08 21:33:10 -0700 (Tue, 08 May 2012)
Log Message
Unreviewed build fix.
* platform/mac/WebCoreSystemInterface.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (116492 => 116493)
--- trunk/Source/WebCore/ChangeLog 2012-05-09 04:20:50 UTC (rev 116492)
+++ trunk/Source/WebCore/ChangeLog 2012-05-09 04:33:10 UTC (rev 116493)
@@ -1,3 +1,9 @@
+2012-05-08 Jon Lee <[email protected]>
+
+ Unreviewed build fix.
+
+ * platform/mac/WebCoreSystemInterface.h:
+
2012-05-08 Jason Liu <[email protected]>
[BlackBerry] Auth credentials set in private mode are reused in public mode.
Modified: trunk/Source/WebCore/platform/mac/WebCoreSystemInterface.h (116492 => 116493)
--- trunk/Source/WebCore/platform/mac/WebCoreSystemInterface.h 2012-05-09 04:20:50 UTC (rev 116492)
+++ trunk/Source/WebCore/platform/mac/WebCoreSystemInterface.h 2012-05-09 04:33:10 UTC (rev 116493)
@@ -312,6 +312,10 @@
extern void (*wkCGPathAddRoundedRect)(CGMutablePathRef path, const CGAffineTransform* matrix, CGRect rect, CGFloat cornerWidth, CGFloat cornerHeight);
#endif
+#if !defined(BUILDING_ON_SNOW_LEOPARD)
+extern void (*wkCFURLRequestAllowAllPostCaching)(CFURLRequestRef);
+#endif
+
#if !defined(BUILDING_ON_SNOW_LEOPARD) && !defined(BUILDING_ON_LION) && !PLATFORM(IOS)
extern BOOL (*wkFilterIsManagedSession)(void);
extern WebFilterEvaluator *(*wkFilterCreateInstance)(NSURLResponse *);
@@ -323,8 +327,4 @@
}
-#if !defined(BUILDING_ON_SNOW_LEOPARD)
-extern void (*wkCFURLRequestAllowAllPostCaching)(CFURLRequestRef);
#endif
-
-#endif
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes