Bug 143666

Summary: [Win] Incorrect parameter order in call to WebView::repaint.
Product: WebKit Reporter: peavo
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch bfulgham: review+

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>