Bug 58286 - [chromium] REGRESSION(r62136, r63545): WebViewImpl::caretOrSelectionBounds should not check the existence of renderers
Summary: [chromium] REGRESSION(r62136, r63545): WebViewImpl::caretOrSelectionBounds sh...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 58269
Blocks:
  Show dependency treegraph
 
Reported: 2011-04-11 16:48 PDT by Ryosuke Niwa
Modified: 2013-04-11 13:37 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2011-04-11 16:48:46 PDT
http://trac.webkit.org/changeset/62136 and http://trac.webkit.org/changeset/63545 independently introduced wrong crash fixes to WebViewImpl::caretOrSelectionBounds, which were to check the existence of renderers at the start and the end of selection respectively.