⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 139933 in webkit


Ignore:
Timestamp:
Jan 16, 2013, 4:05:53 PM (14 years ago)
Author:
benjamin@webkit.org
Message:

Fix the warning for the exported Objective-C binding of DOMCSSSupportsRule

Patch by Benjamin Poulain <bpoulain@apple.com> on 2013-01-16
Rubber-stamped by Simon Fraser.

  • WebCore.exp.in: r139866 exported the Objective-C class DOMCSSSupportsRule

without #ifdefing the symbol between its feature flag.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r139932 r139933  
     12013-01-16  Benjamin Poulain  <bpoulain@apple.com>
     2
     3        Fix the warning for the exported Objective-C binding of DOMCSSSupportsRule
     4
     5        Rubber-stamped by Simon Fraser.
     6
     7        * WebCore.exp.in: r139866 exported the Objective-C class DOMCSSSupportsRule
     8        without #ifdefing the symbol between its feature flag.
     9
    1102013-01-16  Victor Carbune  <vcarbune@chromium.org>
    211
  • trunk/Source/WebCore/WebCore.exp.in

    r139899 r139933  
    15771577.objc_class_name_DOMCSSStyleRule
    15781578.objc_class_name_DOMCSSStyleSheet
    1579 .objc_class_name_DOMCSSSupportsRule
    15801579.objc_class_name_DOMCSSUnknownRule
    15811580.objc_class_name_DOMCSSValue
     
    22532252#endif // ENABLE(CONTEXT_MENUS)
    22542253
     2254#if ENABLE(CSS3_CONDITIONAL_RULES)
     2255.objc_class_name_DOMCSSSupportsRule
     2256#endif // ENABLE(CSS3_CONDITIONAL_RULES)
     2257
    22552258#if ENABLE(DASHBOARD_SUPPORT) || ENABLE(DRAGGABLE_REGION)
    22562259__ZNK7WebCore8Document16annotatedRegionsEv
Note: See TracChangeset for help on using the changeset viewer.