RESOLVED FIXED 29613
Web Inspector: Evaluating on call frame always returns "undefined"
https://bugs.webkit.org/show_bug.cgi?id=29613
Summary Web Inspector: Evaluating on call frame always returns "undefined"
Pavel Feldman
Reported 2009-09-21 14:15:02 PDT
1. Stop on a breakpoint 2. Evaluate "1" Expected: 1 Actual: undefined For some reason evaluation on call frame went different path than evaluating against window. Will use same control flow after the patch.
Attachments
patch (3.52 KB, patch)
2009-09-21 14:17 PDT, Pavel Feldman
timothy: review+
Pavel Feldman
Comment 1 2009-09-21 14:17:26 PDT
Pavel Feldman
Comment 2 2009-09-21 14:37:29 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebCore/ChangeLog M WebCore/inspector/front-end/InjectedScript.js Committed r48603
Note You need to log in before you can comment on or make changes to this bug.