New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 671924 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Dec 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 1
Type: Bug



Sign in to add a comment

DevTools: JavaScriptsourceFrame throws exception

Project Member Reported by lushnikov@chromium.org, Dec 7 2016

Issue description

Seems to be related to the new breakpoints in JSSF:

Uncaught TypeError: Cannot read property 'remove' of null
   at Sources.JavaScriptSourceFrame.onUISourceCodeContentChanged (chrome-devtools://devtools/bundled/sources/JavaScriptSourceFrame.js:179)
   at Sources.JavaScriptSourceFrame._onWorkingCopyCommitted (chrome-devtools://devtools/bundled/sources/UISourceCodeFrame.js:240)
   at Workspace.UISourceCode.dispatchEventToListeners (chrome-devtools://devtools/bundled/common/Object.js:98)
   at Workspace.UISourceCode._contentCommitted (chrome-devtools://devtools/bundled/workspace/UISourceCode.js:350)
   at Workspace.UISourceCode.contentLoaded (chrome-devtools://devtools/bundled/workspace/UISourceCode.js:292)
   at FileReader.readerLoadEnd (chrome-devtools://devtools/bundled/workspace/IsolatedFileSystem.js:355)
 
Project Member

Comment 1 by bugdroid1@chromium.org, Dec 7 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/8632faa297c779a896d878a5126b58f679514158

commit 8632faa297c779a896d878a5126b58f679514158
Author: kozyatinskiy <kozyatinskiy@chromium.org>
Date: Wed Dec 07 07:32:13 2016

[DevTools] clean breakpoints and decorations onUISourceCodeContentChanged

BUG= chromium:671924 
R=lushnikov@chromium.org

Review-Url: https://codereview.chromium.org/2552323003
Cr-Commit-Position: refs/heads/master@{#436888}

[modify] https://crrev.com/8632faa297c779a896d878a5126b58f679514158/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js

Status: Fixed (was: Assigned)

Sign in to add a comment