[Webkit-unassigned] [Bug 145622] New: DebuggerManager.js _sourceCodeLocationFromPayload should handle native functions
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 3 17:54:55 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=145622
Bug ID: 145622
Summary: DebuggerManager.js _sourceCodeLocationFromPayload
should handle native functions
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mark.lam at apple.com
CC: graouts at webkit.org, joepeck at webkit.org,
jonowells at apple.com, mattbaker at apple.com,
nvasilyev at apple.com, timothy at apple.com,
webkit-bug-importer at group.apple.com
Native functions will have a scriptId of 0. Currently, if _sourceCodeLocationFromPayload() encounters a native function, it will still proceed to look up id 0 in its _scriptIdMap and fail. This is the cause of the CONSOLE_ASSERT failure on the script value that follows.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150604/0a6ea5d5/attachment.html>
More information about the webkit-unassigned
mailing list