Title: [116479] trunk/Source/WebKit/mac
- Revision
- 116479
- Author
- [email protected]
- Date
- 2012-05-08 19:11:05 -0700 (Tue, 08 May 2012)
Log Message
Fixe Chromium build, and add a FIXME comment about a layering violation.
* WebCoreSupport/WebSystemInterface.mm:
(InitWebCoreSystemInterface):
Modified Paths
Diff
Modified: trunk/Source/WebKit/mac/ChangeLog (116478 => 116479)
--- trunk/Source/WebKit/mac/ChangeLog 2012-05-09 02:03:34 UTC (rev 116478)
+++ trunk/Source/WebKit/mac/ChangeLog 2012-05-09 02:11:05 UTC (rev 116479)
@@ -1,3 +1,10 @@
+2012-05-08 Kent Tamura <[email protected]>
+
+ Fixe Chromium build, and add a FIXME comment about a layering violation.
+
+ * WebCoreSupport/WebSystemInterface.mm:
+ (InitWebCoreSystemInterface):
+
2012-05-08 Jon Lee <[email protected]>
Safari warns that it needs to resend the form in an iFrame when going back
Modified: trunk/Source/WebKit/mac/WebCoreSupport/WebSystemInterface.mm (116478 => 116479)
--- trunk/Source/WebKit/mac/WebCoreSupport/WebSystemInterface.mm 2012-05-09 02:03:34 UTC (rev 116478)
+++ trunk/Source/WebKit/mac/WebCoreSupport/WebSystemInterface.mm 2012-05-09 02:11:05 UTC (rev 116479)
@@ -170,17 +170,20 @@
INIT(SetCFURLResponseMIMEType);
INIT(SetMetadataURL);
-
+
+#if PLATFORM(MAC)
+ // FIXME: We should stop using this file in Chromium.
+
#if !defined(BUILDING_ON_LEOPARD) && !defined(BUILDING_ON_SNOW_LEOPARD)
INIT(CreateVMPressureDispatchOnMainQueue);
#endif
-#if PLATFORM(MAC) && !defined(BUILDING_ON_SNOW_LEOPARD) && !defined(BUILDING_ON_LION)
+#if !defined(BUILDING_ON_SNOW_LEOPARD) && !defined(BUILDING_ON_LION)
INIT(GetMacOSXVersionString);
INIT(ExecutableWasLinkedOnOrBeforeLion);
#endif
-#if PLATFORM(MAC) && !defined(BUILDING_ON_LEOPARD) && !defined(BUILDING_ON_SNOW_LEOPARD)
+#if !defined(BUILDING_ON_LEOPARD) && !defined(BUILDING_ON_SNOW_LEOPARD)
INIT(CGPathAddRoundedRect);
#endif
@@ -188,7 +191,7 @@
INIT(CFURLRequestAllowAllPostCaching);
#endif
-#if PLATFORM(MAC) && !defined(BUILDING_ON_SNOW_LEOPARD) && !defined(BUILDING_ON_LION) && !PLATFORM(IOS)
+#if !defined(BUILDING_ON_SNOW_LEOPARD) && !defined(BUILDING_ON_LION) && !PLATFORM(IOS)
INIT(FilterIsManagedSession);
INIT(FilterCreateInstance);
INIT(FilterRelease);
@@ -196,5 +199,6 @@
INIT(FilterAddData);
INIT(FilterDataComplete);
#endif
+#endif
didInit = true;
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes