[webkit-reviews] review requested: [Bug 73194] [BlackBerry] Add notification support for the BlackBerry port : [Attachment 117136] Patch for notification support. V4.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 30 00:26:00 PST 2011


Robin Qiu <robin.qiu at torchmobile.com.cn> has asked  for review:
Bug 73194: [BlackBerry] Add notification support for the BlackBerry port
https://bugs.webkit.org/show_bug.cgi?id=73194

Attachment 117136: Patch for notification support. V4.
https://bugs.webkit.org/attachment.cgi?id=117136&action=review

------- Additional Comments from Robin Qiu <robin.qiu at torchmobile.com.cn>
Sort the headers in check-webkit-style sorting order. (Different from linux
sort tool sorting order).
linux sort tool:
 25 #include <NotificationPresenterBlackBerry.h>
 26 #include <NotificationPresenter.h>

check-webkit-style:
 25 #include <NotificationPresenter.h>
 26 #include <NotificationPresenterBlackBerry.h>


A bug?


More information about the webkit-reviews mailing list