RESOLVED FIXED112509
Stack overflow occurs in Windows build on startup
https://bugs.webkit.org/show_bug.cgi?id=112509
Summary Stack overflow occurs in Windows build on startup
Peter Nelson
Reported 2013-03-16 18:21:22 PDT
Currently in the Windows build, on startup, WebView::setSelectTrailingWhitespaceEnabled and WebView::setSmartInsertDeleteEnabled recursively call each other until a stack overflow occurs. I believe this is a regression caused by changeset 145849 (http://trac.webkit.org/changeset/145849)
Attachments
Patch (1.90 KB, patch)
2013-03-16 18:34 PDT, Peter Nelson
ap: review+
Peter Nelson
Comment 1 2013-03-16 18:34:19 PDT
Peter Nelson
Comment 2 2013-03-16 18:35:42 PDT
Just made the conditional logic in these methods consistent with the corresponding methods in WebKit/mac/WebView/WebView.mm.
Alexey Proskuryakov
Comment 3 2013-03-18 10:59:59 PDT
*** Bug 112572 has been marked as a duplicate of this bug. ***
Peter Nelson
Comment 4 2013-03-18 12:56:27 PDT
Note You need to log in before you can comment on or make changes to this bug.