RESOLVED DUPLICATE of bug 10553 10520
Windows compile fixes (remove TextBox code, better notImplemented() function)
https://bugs.webkit.org/show_bug.cgi?id=10520
Summary Windows compile fixes (remove TextBox code, better notImplemented() function)
Krzysztof Kowalczyk
Reported 2006-08-22 21:02:43 PDT
The attached patch does 2 things: * removes declarations for TextBox class which was recently removed * changes notImplemented() to output debug info to debug output (i.e. it'll show in Visual Studio's output window) and not break into the debugger. This happens very often e.g. on google.com and makes debugging impossible. It matches e.g. qt behaviour.
Attachments
Remove TextBox code in Windows, better notImplemented() (3.85 KB, patch)
2006-08-22 21:03 PDT, Krzysztof Kowalczyk
no flags
Krzysztof Kowalczyk
Comment 1 2006-08-22 21:03:24 PDT
Created attachment 10173 [details] Remove TextBox code in Windows, better notImplemented()
Krzysztof Kowalczyk
Comment 2 2006-08-24 20:31:14 PDT
bug 10553 has updated version of this change. trying to consolidate changes into one bug *** This bug has been marked as a duplicate of 10553 ***
Note You need to log in before you can comment on or make changes to this bug.