Changeset 55550 in webkit


Ignore:
Timestamp:
Mar 4, 2010 1:35:29 PM (14 years ago)
Author:
Simon Fraser
Message:

2010-03-04 Simon Fraser <Simon Fraser>

Build fix.

Delcare updateFocusCandidateIfCloser static to avoid warning.

  • page/FocusController.cpp: (WebCore::updateFocusCandidateIfCloser):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r55549 r55550  
     12010-03-04  Simon Fraser  <simon.fraser@apple.com>
     2
     3        Build fix.
     4
     5        Delcare updateFocusCandidateIfCloser static to avoid warning.
     6
     7        * page/FocusController.cpp:
     8        (WebCore::updateFocusCandidateIfCloser):
     9
    1102010-03-04  Darin Fisher  <darin@chromium.org>
    211
  • trunk/WebCore/page/FocusController.cpp

    r55543 r55550  
    339339}
    340340
    341 void updateFocusCandidateIfCloser(Node* focusedNode, Node* candidate, long long distance, FocusCandidate& closestFocusCandidate)
     341static void updateFocusCandidateIfCloser(Node* focusedNode, Node* candidate, long long distance, FocusCandidate& closestFocusCandidate)
    342342{
    343343    // Bail out if |distance| is bigger than the current closest candidate.
Note: See TracChangeset for help on using the changeset viewer.