Bug 60081

Summary: REGRESSION(r84990): Nightly builds don't launch on Windows
Product: WebKit Reporter: Brian Weinstein <bweinstein>
Component: WebKit Misc.Assignee: Brian Weinstein <bweinstein>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, aroben, bfulgham, sfalken
Priority: P1 Keywords: InRadar, PlatformOnly
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
[PATCH] Fix sfalken: review+

Description Brian Weinstein 2011-05-03 16:20:41 PDT
r84990 added functions to IWebViewPrivate.idl, but didn't add them to the bottom of the file, causing nighties to break. To fix this, these functions need to be moved to the bottom of the file.

<rdar://problem/9358635>
Comment 1 Brian Weinstein 2011-05-03 16:23:04 PDT
Created attachment 92160 [details]
[PATCH] Fix
Comment 2 Brian Weinstein 2011-05-03 16:54:15 PDT
*** Bug 60043 has been marked as a duplicate of this bug. ***
Comment 3 Brian Weinstein 2011-05-03 17:00:39 PDT
Landed in r85691.