[Webkit-unassigned] [Bug 135432] Web Inspector: console.profile missing profile information

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 30 17:11:51 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=135432


Timothy Hatcher <timothy at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #235771|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #2 from Timothy Hatcher <timothy at apple.com>  2014-07-30 17:12:02 PST ---
(From update of attachment 235771)
View in context: https://bugs.webkit.org/attachment.cgi?id=235771&action=review

> Source/WebCore/inspector/InspectorTimelineAgent.h:285
> +    int m_recordingProfileDepth;

ptrdiff_t! :)

Or size_t and just assert that m_recordingProfileDepth > 0 before --m_recordingProfileDepth.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list