RESOLVED FIXED 90435
[CSS Regions] Enabling regions on Windows lead to crash-on-launch for WebKit.exe
https://bugs.webkit.org/show_bug.cgi?id=90435
Summary [CSS Regions] Enabling regions on Windows lead to crash-on-launch for WebKit.exe
Mihai Balan
Reported 2012-07-03 00:19:29 PDT
After fixing #88645 WebKit.exe started crashing upon launch. Upon further investigation the problem was in IWebPreferences.idl, where the setter/getter for css regions was added in the middle of the interface and not at the end. (A similar thing happened here http://trac.webkit.org/changeset/95650 )
Attachments
Moved getter/setter for css regions in IWebPreferences.idl at the end of the file fixes the crash (1.98 KB, patch)
2012-07-03 00:42 PDT, Mihai Balan
no flags
Mihai Balan
Comment 1 2012-07-03 00:42:29 PDT
Created attachment 150552 [details] Moved getter/setter for css regions in IWebPreferences.idl at the end of the file fixes the crash
Csaba Osztrogonác
Comment 2 2012-07-03 02:08:45 PDT
Comment on attachment 150552 [details] Moved getter/setter for css regions in IWebPreferences.idl at the end of the file fixes the crash rs=me
WebKit Review Bot
Comment 3 2012-07-03 03:25:52 PDT
Comment on attachment 150552 [details] Moved getter/setter for css regions in IWebPreferences.idl at the end of the file fixes the crash Clearing flags on attachment: 150552 Committed r121755: <http://trac.webkit.org/changeset/121755>
WebKit Review Bot
Comment 4 2012-07-03 03:25:57 PDT
All reviewed patches have been landed. Closing bug.
Mihai Balan
Comment 5 2012-11-22 00:08:06 PST
*** Bug 89430 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.