Changeset 167841 in webkit


Ignore:
Timestamp:
Apr 25, 2014 10:53:06 PM (10 years ago)
Author:
mitz@apple.com
Message:

[Cocoa] Synthesized getter for WKNavigationAction's _userInitiated property has the wrong name
https://bugs.webkit.org/show_bug.cgi?id=132219

Reviewed by Sam Weinig.

  • UIProcess/API/Cocoa/WKNavigationActionInternal.h:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r167839 r167841  
     12014-04-25  Dan Bernstein  <mitz@apple.com>
     2
     3        [Cocoa] Synthesized getter for WKNavigationAction's _userInitiated property has the wrong name
     4        https://bugs.webkit.org/show_bug.cgi?id=132219
     5
     6        Reviewed by Sam Weinig.
     7
     8        * UIProcess/API/Cocoa/WKNavigationActionInternal.h:
     9
    1102014-04-25  Simon Fraser  <simon.fraser@apple.com>
    211
  • trunk/Source/WebKit2/UIProcess/API/Cocoa/WKNavigationActionInternal.h

    r166976 r167841  
    3939
    4040@property (nonatomic, readwrite, copy, setter=_setOriginalURL:) NSURL *_originalURL;
    41 @property (nonatomic, readwrite, setter=_setUserInitiated:) BOOL _userInitiated;
     41@property (nonatomic, readwrite, getter=_isUserInitiated, setter=_setUserInitiated:) BOOL _userInitiated;
    4242
    4343@end
Note: See TracChangeset for help on using the changeset viewer.