Bug 60081 - REGRESSION(r84990): Nightly builds don't launch on Windows
Summary: REGRESSION(r84990): Nightly builds don't launch on Windows
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P1 Normal
Assignee: Brian Weinstein
URL:
Keywords: InRadar, PlatformOnly
: 60043 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-05-03 16:20 PDT by Brian Weinstein
Modified: 2011-05-03 17:00 PDT (History)
4 users (show)

See Also:


Attachments
[PATCH] Fix (2.22 KB, patch)
2011-05-03 16:23 PDT, Brian Weinstein
sfalken: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.