Changeset 170324 in webkit


Ignore:
Timestamp:
Jun 23, 2014, 3:04:02 PM (11 years ago)
Author:
eric.carlson@apple.com
Message:

Unreviewed, revert an unintentional change committed with r170323.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r170322 r170324  
     12014-06-23  Eric Carlson  <eric.carlson@apple.com>
     2
     3        Unreviewed, revert an unintentional change committed with r170323.
     4
     5        * UIProcess/API/Cocoa/WKBackForwardList.mm:
     6
    172014-06-23  Anders Carlsson  <andersca@apple.com>
    28
  • trunk/Source/WebKit2/UIProcess/API/Cocoa/WKBackForwardList.mm

    r170323 r170324  
    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.