Changeset 170538 in webkit


Ignore:
Timestamp:
Jun 27, 2014 11:09:54 AM (10 years ago)
Author:
mitz@apple.com
Message:

Remove unused definitions that were mistakenly added back in r170323 and then again in r170329
https://bugs.webkit.org/show_bug.cgi?id=134397

Reviewed by Geoff Garen.

  • UIProcess/API/Cocoa/WKBackForwardList.mm:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r170518 r170538  
     12014-06-27  Dan Bernstein  <mitz@apple.com>
     2
     3        Remove unused definitions that were mistakenly added back in r170323 and then again in r170329
     4        https://bugs.webkit.org/show_bug.cgi?id=134397
     5
     6        Reviewed by Geoff Garen.
     7
     8        * UIProcess/API/Cocoa/WKBackForwardList.mm:
     9
    1102014-06-26  Daniel Bates  <dabates@apple.com>
    211
  • trunk/Source/WebKit2/UIProcess/API/Cocoa/WKBackForwardList.mm

    r170394 r170538  
    3131#import "WKBackForwardListItemInternal.h"
    3232#import "WKNSArray.h"
    33 
    34 //@@@@@
    35 WK_EXTERN NSString * const WKBackForwardListDidChangeNotification;
    36 WK_EXTERN NSString * const _WKBackForwardListDidChangeNotification;
    37 NSString * const WKBackForwardListDidChangeNotification = @"_WKBackForwardListDidChangeNotification";
    38 NSString * const _WKBackForwardListDidChangeNotification = @"_WKBackForwardListDidChangeNotification";
    39 //@@@@@
    4033
    4134using namespace WebKit;
Note: See TracChangeset for help on using the changeset viewer.