Changeset 126920 in webkit
- Timestamp:
- Aug 28, 2012, 1:12:28 PM (14 years ago)
- Location:
- trunk/Source/WebKit/mac
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebView/WebView.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/mac/ChangeLog
r126915 r126920 1 2012-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 1 10 2012-08-28 Jon Lee <jonlee@apple.com> 2 11 -
trunk/Source/WebKit/mac/WebView/WebView.mm
r126915 r126920 6557 6557 WebCore::Notification* notification = toNotification(toJS(toJS(context), jsNotification)); 6558 6558 return static_cast<WebNotificationClient*>(NotificationController::clientFrom(_private->page))->notificationIDForTesting(notification); 6559 #else 6560 return 0; 6559 6561 #endif 6560 6562 }
Note:
See TracChangeset
for help on using the changeset viewer.