Bug 125724 - Web Inspector: Exception: TypeError: undefined is not a function (evaluating 'marker.find()')
Summary: Web Inspector: Exception: TypeError: undefined is not a function (evaluating ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-13 19:58 PST by Joseph Pecoraro
Modified: 2013-12-14 04:07 PST (History)
5 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (2.30 KB, patch)
2013-12-13 20:08 PST, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.