Changeset 67452 in webkit


Ignore:
Timestamp:
Sep 14, 2010 1:03:21 AM (14 years ago)
Author:
mitz@apple.com
Message:

Build fix.

  • editing/EditorCommand.cpp:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r67451 r67452  
     12010-09-14  Dan Bernstein  <mitz@apple.com>
     2
     3        Build fix.
     4
     5        * editing/EditorCommand.cpp:
     6
    172010-09-14  Jia Pu  <jpu@apple.com>
    28
  • trunk/WebCore/editing/EditorCommand.cpp

    r67451 r67452  
    11231123}
    11241124
     1125#if PLATFORM(MAC) && !defined(BUILDING_ON_TIGER) && !defined(BUILDING_ON_LEOPARD) && !defined(BUILDING_ON_SNOW_LEOPARD)
    11251126static bool supportedDismissCorrectionPanel(Frame* frame, EditorCommandSource source)
    11261127{
    11271128    return supportedFromMenuOrKeyBinding(frame, source) && frame->editor()->isShowingCorrectionPanel();
    11281129}
     1130#endif
    11291131
    11301132// Enabled functions
Note: See TracChangeset for help on using the changeset viewer.