Bug 115427 - Formatting tweaks
Summary: Formatting tweaks
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-30 10:07 PDT by Darin Adler
Modified: 2013-04-30 11:49 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.80 KB, patch)
2013-04-30 10:08 PDT, Darin Adler
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2013-04-30 10:07:02 PDT
Formatting tweaks
Comment 1 Darin Adler 2013-04-30 10:08:08 PDT
Created attachment 200125 [details]
Patch
Comment 2 Andreas Kling 2013-04-30 10:49:31 PDT
Comment on attachment 200125 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=200125&action=review

> Source/WebCore/platform/mac/ScrollAnimatorMac.mm:1055
> -            limitDelta.setHeight(m_scrollableArea->visibleContentRect().y() + + m_scrollableArea->scrollOrigin().y());
> +            limitDelta.setHeight(m_scrollableArea->visibleContentRect().y() + m_scrollableArea->scrollOrigin().y());

wat
Comment 3 WebKit Commit Bot 2013-04-30 11:49:45 PDT
Comment on attachment 200125 [details]
Patch

Clearing flags on attachment: 200125

Committed r149387: <http://trac.webkit.org/changeset/149387>
Comment 4 WebKit Commit Bot 2013-04-30 11:49:46 PDT
All reviewed patches have been landed.  Closing bug.