Changeset 128258 in webkit


Ignore:
Timestamp:
Sep 11, 2012 8:35:59 PM (12 years ago)
Author:
thakis@chromium.org
Message:

[chromium/mac] Fix "Class WebCoreTextFieldCell is implemented in both Chromium Framework and /System/Library/Frameworks/WebKit.framework" warning
https://bugs.webkit.org/show_bug.cgi?id=96460

Reviewed by Kent Tamura.

This was added incorrectly in http://trac.webkit.org/changeset/116721

  • WebCore.gyp/WebCore.gyp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r128257 r128258  
     12012-09-11  Nico Weber  <thakis@chromium.org>
     2
     3        [chromium/mac] Fix "Class WebCoreTextFieldCell is implemented in both Chromium Framework and /System/Library/Frameworks/WebKit.framework" warning
     4        https://bugs.webkit.org/show_bug.cgi?id=96460
     5
     6        Reviewed by Kent Tamura.
     7
     8        This was added incorrectly in http://trac.webkit.org/changeset/116721
     9
     10        * WebCore.gyp/WebCore.gyp:
     11
    1122012-09-11  Keishi Hattori  <keishi@webkit.org>
    213
  • trunk/Source/WebCore/WebCore.gyp/WebCore.gyp

    r127995 r128258  
    14751475              'WebCascadeList=ChromiumWebCoreObjCWebCascadeList',
    14761476              'WebCoreFlippedView=ChromiumWebCoreObjCWebCoreFlippedView',
     1477              'WebCoreTextFieldCell=ChromiumWebCoreObjCWebCoreTextFieldCell',
    14771478              'WebScrollbarPrefsObserver=ChromiumWebCoreObjCWebScrollbarPrefsObserver',
    14781479              'WebCoreRenderThemeNotificationObserver=ChromiumWebCoreObjCWebCoreRenderThemeNotificationObserver',
     
    14931494                'variables': {
    14941495                  'class_whitelist_regex':
    1495                       'ChromiumWebCoreObjC|TCMVisibleView|RTCMFlippedView|WebCoreTextFieldCell',
     1496                      'ChromiumWebCoreObjC|TCMVisibleView|RTCMFlippedView',
    14961497                  'category_whitelist_regex':
    14971498                      'TCMInterposing|ScrollAnimatorChromiumMacExt',
Note: See TracChangeset for help on using the changeset viewer.