Bug 150917 - Web Inspector: Uncaught exception mousing over CSS resource
Summary: Web Inspector: Uncaught exception mousing over CSS resource
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: Other
Hardware: All All
: P2 Normal
Assignee: Nikita Vasilyev
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-11-04 17:27 PST by Joseph Pecoraro
Modified: 2015-11-04 19:22 PST (History)
8 users (show)

See Also:


Attachments
Patch (1.44 KB, patch)
2015-11-04 17:53 PST, Nikita Vasilyev
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 2015-11-04 17:27:42 PST
* SUMMARY
Web Inspector: Uncaught exception mousing over CSS resource

* STEPS TO REPRODUCE
1. Inspect <http://daringfireball.net>
2. Show Resources Tab
3. Select a CSS resource like fireball_screen.css
4. Mouse over the resource content view text editor
  => Lots of exceptions

* EXCEPTION
[Error] TypeError: undefined is not an object (evaluating 'tokenInfo.token')
	_processNonSymbolToken
	_processNewHoveredToken
	_updateHoveredTokenInfo
	_mouseMovedOverEditor
	handleEvent
Comment 1 Radar WebKit Bug Importer 2015-11-04 17:28:26 PST
<rdar://problem/23405140>
Comment 2 Nikita Vasilyev 2015-11-04 17:53:17 PST
Created attachment 264833 [details]
Patch

(Sometimes I wish JS would warn me about missing/excessive arguments being passed.)
Comment 3 Joseph Pecoraro 2015-11-04 18:35:45 PST
Comment on attachment 264833 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2015-11-04 19:22:05 PST
Comment on attachment 264833 [details]
Patch

Clearing flags on attachment: 264833

Committed r192048: <http://trac.webkit.org/changeset/192048>
Comment 5 WebKit Commit Bot 2015-11-04 19:22:09 PST
All reviewed patches have been landed.  Closing bug.