Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[CSS Regions] Enabling regions on Windows lead to crash-on-launch for…
… WebKit.exe https://bugs.webkit.org/show_bug.cgi?id=90435 Patch by Mihai Balan <mibalan@adobe.com> on 2012-07-03 Reviewed by Csaba Osztrogonác. Initial patch for enabling regions led to WebKit crashing on launch. Moving the IDL declarations for CSS regions getter/setter at the end of the file solves the problem. As per http://trac.webkit.org/changeset/95650 seems it has to do with binary compatibility. * Interfaces/IWebPreferences.idl: Mover getter/setter for CSS regions at the end of file Canonical link: https://commits.webkit.org/108315@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@121755 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information