Bug 21149

Summary: Make the concept of scrolling modes cross-platform
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: PlatformAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 21083    
Attachments:
Description Flags
Patch sam: review+

Description Dave Hyatt 2008-09-26 13:01:59 PDT
Make the concept of the scrolling modes on ScrollView be cross-platform.
Comment 1 Dave Hyatt 2008-09-26 13:04:04 PDT
Created attachment 23856 [details]
Patch
Comment 2 Sam Weinig 2008-09-26 13:49:42 PDT
Comment on attachment 23856 [details]
Patch

+    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!
Comment 3 Dave Hyatt 2008-09-26 13:53:23 PDT
Fixed in r36962.