[Webkit-unassigned] [Bug 63392] Indirectly including TextPosition.h and XPathGrammar.h causes compile errors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 26 11:13:28 PDT 2011


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





--- Comment #5 from Alexey Proskuryakov <ap at webkit.org>  2011-06-26 11:13:28 PST ---
Do we have a real need to have both numbering systems in core code, not just when displaying a position in Web Inspector? That seems unlikely.

C++ type safety only comes into play when assigning from one TextPosition to another, so off by one errors will still be likely when converting to or from integers anyway.

I don't think that I'm supposed write a patch for every design/review failure that I see.

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