Changeset 42369 in webkit


Ignore:
Timestamp:
Apr 9, 2009 2:35:25 PM (15 years ago)
Author:
mthole@apple.com
Message:

2009-04-09 Mike Thole <mthole@apple.com>

Rubber-stamped by Mark Rowe.

Fix 64-bit build

  • Panels/WebAuthenticationPanel.h:

Declare the 'separateRealmLabel' IBOutlet as an NSTextField instead of 'id'.
This fixes a duplicate method warning (setAutoresizingMask: on NSView and CALayer)

Location:
trunk/WebKit/mac
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/mac/ChangeLog

    r42363 r42369  
     12009-04-09  Mike Thole  <mthole@apple.com>
     2
     3        Rubber-stamped by Mark Rowe.
     4
     5        Fix 64-bit build
     6
     7        * Panels/WebAuthenticationPanel.h:
     8            Declare the 'separateRealmLabel' IBOutlet as an NSTextField instead of 'id'.
     9            This fixes a duplicate method warning (setAutoresizingMask: on NSView and CALayer)
     10
    1112009-04-09  Mike Thole  <mthole@apple.com>
    212
  • trunk/WebKit/mac/Panels/WebAuthenticationPanel.h

    r42363 r42369  
    4141    IBOutlet id imageView;
    4242    IBOutlet id remember;
    43     IBOutlet id separateRealmLabel;
     43    IBOutlet NSTextField *separateRealmLabel;
    4444    BOOL nibLoaded;
    4545    BOOL usingSheet;
Note: See TracChangeset for help on using the changeset viewer.