Bug 125724

Summary: Web Inspector: Exception: TypeError: undefined is not a function (evaluating 'marker.find()')
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, timothy, webkit-bug-importer
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2013-12-13 19:58:46 PST
SUMMARY:
Exception breaking major portions of the inspector. Can't evaluate anything in the console.

EXCEPTION:
file:///Volumes/Data/Build/Debug/WebInspectorUI.framework/Resources/External/CodeMirror/codemirror.js:1446:39: JS ERROR: TypeError: undefined is not a function (evaluating 'marker.find()')

STEPS TO REPRODUCE:
1. Inspect <http://bogojoker.com>
  => exception log in console
Comment 1 Joseph Pecoraro 2013-12-13 20:08:25 PST
Created attachment 219226 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2013-12-13 20:52:50 PST
Comment on attachment 219226 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 219226

Committed r160585: <http://trac.webkit.org/changeset/160585>
Comment 3 WebKit Commit Bot 2013-12-13 20:52:52 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Antoine Quint 2013-12-14 04:07:34 PST
Sorry I missed that error, thanks Joe.