Changeset 17446 in webkit


Ignore:
Timestamp:
Oct 30, 2006 2:25:41 PM (17 years ago)
Author:
thatcher
Message:

Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/editing/DeleteButtonController.cpp

    r17445 r17446  
    6666        return false;
    6767
    68     const unsigned minimumWidth = 25;
    69     const unsigned minimumHeight = 25;
     68    const int minimumWidth = 25;
     69    const int minimumHeight = 25;
    7070    const unsigned minimumVisibleBorders = 3;
    7171
Note: See TracChangeset for help on using the changeset viewer.