New issue
Advanced search Search tips

Issue 615160 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Oct 2016
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug



Sign in to add a comment

DCHECK hit in DocumentMarkerController.cpp during find-in-page

Project Member Reported by paulmeyer@chromium.org, May 26 2016

Issue description

Version: 53.0.2750.0
OS: All Debug


"DCHECK(!m_markers.isEmpty());", found here: https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp&rcl=1464261398&l=570


What steps will reproduce the problem?
(1) Open the attached test page.
(2) Use find-in-page to search for "result"
(3) Click the "Remove matches" button.
(4) Click back into the find bar and remove the "t" at the end of "result".


This will start a new search, which will trigger the old TextMatch markers to be removed, but they are already gone, triggering the DCHECK.

 
test3.html
325 bytes View Download
Status: Fixed (was: Assigned)
I fixed this a while back.

Sign in to add a comment