Bug 143666 - [Win] Incorrect parameter order in call to WebView::repaint.
Summary: [Win] Incorrect parameter order in call to WebView::repaint.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-13 06:41 PDT by peavo
Modified: 2015-04-13 09:26 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.22 KB, patch)
2015-04-13 06:44 PDT, peavo
bfulgham: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description peavo 2015-04-13 06:41:46 PDT
The 'immediate' default parameter has been forgotten.
Comment 1 peavo 2015-04-13 06:44:51 PDT
Created attachment 250636 [details]
Patch
Comment 2 Brent Fulgham 2015-04-13 08:48:14 PDT
Comment on attachment 250636 [details]
Patch

Yikes! Thank you for finding this! r=me.
Comment 3 peavo 2015-04-13 08:55:46 PDT
(In reply to comment #2)
> Comment on attachment 250636 [details]
> Patch
> 
> Yikes! Thank you for finding this! r=me.

Thanks for reviewing :)
Comment 4 peavo 2015-04-13 09:25:27 PDT
Committed r182736: <http://trac.webkit.org/changeset/182736>