Changeset 86214 in webkit


Ignore:
Timestamp:
May 10, 2011 10:34:27 PM (13 years ago)
Author:
ddkilzer@apple.com
Message:

BUILD FIX for !ENABLE(TEXT_CARET) after r86039

  • editing/FrameSelection.cpp:

(WebCore::DragCaretController::paintDragCaret): Added
UNUSED_PARAM(frame) for !ENABLE(TEXT_CARET).

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r86208 r86214  
     12011-05-10  David Kilzer  <ddkilzer@apple.com>
     2
     3        BUILD FIX for !ENABLE(TEXT_CARET) after r86039
     4
     5        * editing/FrameSelection.cpp:
     6        (WebCore::DragCaretController::paintDragCaret): Added
     7        UNUSED_PARAM(frame) for !ENABLE(TEXT_CARET).
     8
    192011-05-10  James Robinson  <jamesr@chromium.org>
    210
  • trunk/Source/WebCore/editing/FrameSelection.cpp

    r86193 r86214  
    17721772        paintCaret(m_position.deepEquivalent().deprecatedNode(), p, tx, ty, clipRect);
    17731773#else
     1774    UNUSED_PARAM(frame);
    17741775    UNUSED_PARAM(p);
    17751776    UNUSED_PARAM(tx);
Note: See TracChangeset for help on using the changeset viewer.