Title: [147012] trunk/Source/WebCore
Revision
147012
Author
d...@apple.com
Date
2013-03-27 15:07:23 -0700 (Wed, 27 Mar 2013)

Log Message

Chromium Mac fails to build after r146995 because the new NSFont category
may conflict with the system. Add the WebCoreTheme category to the whitelist.

Unreviewed.

* WebCore.gyp/WebCore.gyp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (147011 => 147012)


--- trunk/Source/WebCore/ChangeLog	2013-03-27 21:56:49 UTC (rev 147011)
+++ trunk/Source/WebCore/ChangeLog	2013-03-27 22:07:23 UTC (rev 147012)
@@ -1,3 +1,12 @@
+2013-03-27  Dean Jackson  <d...@apple.com>
+
+        Chromium Mac fails to build after r146995 because the new NSFont category
+        may conflict with the system. Add the WebCoreTheme category to the whitelist.
+
+        Unreviewed.
+
+        * WebCore.gyp/WebCore.gyp:
+
 2013-03-27  Ryosuke Niwa  <rn...@webkit.org>
 
         Selection code spends a lot of time in InlineTextBox::localSelectionRect

Modified: trunk/Source/WebCore/WebCore.gyp/WebCore.gyp (147011 => 147012)


--- trunk/Source/WebCore/WebCore.gyp/WebCore.gyp	2013-03-27 21:56:49 UTC (rev 147011)
+++ trunk/Source/WebCore/WebCore.gyp/WebCore.gyp	2013-03-27 22:07:23 UTC (rev 147012)
@@ -1549,7 +1549,7 @@
                   'class_whitelist_regex':
                       'ChromiumWebCoreObjC|TCMVisibleView|RTCMFlippedView',
                   'category_whitelist_regex':
-                      'TCMInterposing|ScrollAnimatorChromiumMacExt',
+                      'TCMInterposing|ScrollAnimatorChromiumMacExt|WebCoreTheme',
                 },
                 'action': [
                   'mac/check_objc_rename.sh',
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to