[webkit-reviews] review granted: [Bug 21149] Make the concept of scrolling modes cross-platform : [Attachment 23856] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 26 13:49:42 PDT 2008


Sam Weinig <sam at webkit.org> has granted Dave Hyatt <hyatt at apple.com>'s request
for review:
Bug 21149: Make the concept of scrolling modes cross-platform
https://bugs.webkit.org/show_bug.cgi?id=21149

Attachment 23856: Patch
https://bugs.webkit.org/attachment.cgi?id=23856&action=edit

------- Additional Comments from Sam Weinig <sam at webkit.org>
+    if (WebCore::FrameView *view = frame? frame->view() : 0)
The * is on the wrong side and you need a space before the ?.

r=me.  God speed!


More information about the webkit-reviews mailing list