mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-24 21:58:06 +00:00
c64a6e60c8
mozilla/layout/base/public/nsIFrameSelection.h - Added aReturnOffset arg to GetFrameForNodeOffset(). mozilla/layout/base/src/nsCaret.cpp - mLastContentOffset now gets it's value from the offset returned by GetFrameForNodeOffset(). mozilla/layout/base/src/nsRangeList.cpp - GetFrameForNodeOffset() now returns an offset to be used with the result frame. r=mjudge@netscape.com,jfrancis@netscape.com