[Webkit-unassigned] [Bug 25500] Remove Range::compareBoundaryPoints(Position, Position) per Darin's suggestion in bug 25056

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 22 01:09:49 PDT 2009


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


mjs at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #29930|review?                     |review+
               Flag|                            |




------- Comment #5 from mjs at apple.com  2009-05-22 01:09 PDT -------
(From update of attachment 29930)
Mostly looks ok. But please remove this function if it's not actually used.
Would rather not add dead code.

+int comparePositions(const VisiblePosition& a, const VisiblePosition& b)
+{
+    return comparePositions(a.deepEquivalent(), b.deepEquivalent());
+}
+


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



More information about the webkit-unassigned mailing list