[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 07:52:27 PST 2010


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





--- Comment #11 from Peter Rybin <peter.rybin at gmail.com>  2010-12-13 07:52:26 PST ---
(In reply to comment #10)
> Peter added the TextPosition stuff.

The idea behind TextPosition is to keep line/column pair together and what's more important to take care of 0-based/1-based numbers. Incidentally, such issue seems to be hidden in "Patch2": actual arguments of handleError are explicitly 0-based, while this method treats them as 1-based numbers (in user messages all numbers are expected to be 1-based I believe).

I propose we adding TextPosition to handleError signature. Let me prepare a patch about this real soon.

-- 
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