Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
REGRESSION(r84990): Nightly builds don't launch on Windows
https://bugs.webkit.org/show_bug.cgi?id=60081 <rdar://problem/9358635> Reviewed by Steve Falkenburg. Fix nightlies on Window by moving the layered window functions to the bottom of IWebViewPrivate and touch WebKit.idl to make sure Interfaces rebuild. * Interfaces/IWebViewPrivate.idl: Move functions added in r84990 to the bottom of the file. * Interfaces/WebKit.idl: Touch to force a rebuild. Canonical link: https://commits.webkit.org/75377@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@85691 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Brian Weinstein
committed
May 3, 2011
1 parent
3b396bd
commit 54836eec17c80d5fcb064a01cad5d3628d3e1967
Showing
3 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -301,4 +301,3 @@ library WebKit | ||
[default] interface IWebUserContentURLPattern; | ||
} | ||
} | ||
|