[Webkit-unassigned] [Bug 42943] WebKit fails to compile when building with WML support enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 13 09:36:13 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=42943





--- Comment #12 from Peter Rybin <peter.rybin at gmail.com>  2010-12-13 09:36:12 PST ---
Created an attachment (id=76395)
 --> (https://bugs.webkit.org/attachment.cgi?id=76395&action=review)
extending handleError signature -- not a regular patch

I propose this additional patch -- switches handleError method to TextPosition1. This patch does not fix the bug itself, only helps.

Joone, could you please try if it works for you? If it works, you can merge it with your change. I guess you will also need to convert your TextPosition0 (zero-based value) to TextPosition1 (one-based value expected in handleError), WTF::toOneBasedTextPosition can be used for this.

Peter

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list