⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 126920 in webkit


Ignore:
Timestamp:
Aug 28, 2012, 1:12:28 PM (14 years ago)
Author:
jonlee@apple.com
Message:

Second build fix to r126909.

Added needed #else clause.

  • WebView/WebView.mm:

(-[WebView _notificationIDForTesting:]):

Location:
trunk/Source/WebKit/mac
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/mac/ChangeLog

    r126915 r126920  
     12012-08-28  Jon Lee  <jonlee@apple.com>
     2
     3        Second build fix to r126909.
     4
     5        Added needed #else clause.
     6
     7        * WebView/WebView.mm:
     8        (-[WebView _notificationIDForTesting:]):
     9
    1102012-08-28  Jon Lee  <jonlee@apple.com>
    211
  • trunk/Source/WebKit/mac/WebView/WebView.mm

    r126915 r126920  
    65576557    WebCore::Notification* notification = toNotification(toJS(toJS(context), jsNotification));
    65586558    return static_cast<WebNotificationClient*>(NotificationController::clientFrom(_private->page))->notificationIDForTesting(notification);
     6559#else
     6560    return 0;
    65596561#endif
    65606562}
Note: See TracChangeset for help on using the changeset viewer.