Title: [116721] trunk/Source/WebCore
Revision
116721
Author
[email protected]
Date
2012-05-10 19:47:12 -0700 (Thu, 10 May 2012)

Log Message

[Chromium] attempt to build fix for Chromium-mac.
r116697 introduced an override of a system function. It's intentional
and WebCoreTextFieldCell should be in the whitelist.

* WebCore.gyp/WebCore.gyp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (116720 => 116721)


--- trunk/Source/WebCore/ChangeLog	2012-05-11 02:34:11 UTC (rev 116720)
+++ trunk/Source/WebCore/ChangeLog	2012-05-11 02:47:12 UTC (rev 116721)
@@ -1,3 +1,11 @@
+2012-05-10  Kent Tamura  <[email protected]>
+
+        [Chromium] attempt to build fix for Chromium-mac.
+        r116697 introduced an override of a system function. It's intentional
+        and WebCoreTextFieldCell should be in the whitelist.
+
+        * WebCore.gyp/WebCore.gyp:
+
 2012-05-10  Anders Carlsson  <[email protected]>
 
         PDF files won't scroll in Safari when using Adobe plug-in

Modified: trunk/Source/WebCore/WebCore.gyp/WebCore.gyp (116720 => 116721)


--- trunk/Source/WebCore/WebCore.gyp/WebCore.gyp	2012-05-11 02:34:11 UTC (rev 116720)
+++ trunk/Source/WebCore/WebCore.gyp/WebCore.gyp	2012-05-11 02:47:12 UTC (rev 116721)
@@ -1363,7 +1363,7 @@
                 'postbuild_name': 'Check Objective-C Rename',
                 'variables': {
                   'class_whitelist_regex':
-                      'ChromiumWebCoreObjC|TCMVisibleView|RTCMFlippedView',
+                      'ChromiumWebCoreObjC|TCMVisibleView|RTCMFlippedView|WebCoreTextFieldCell',
                   'category_whitelist_regex':
                       'TCMInterposing|ScrollAnimatorChromiumMacExt',
                 },
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to