Bug 29613

Summary: Web Inspector: Evaluating on call frame always returns "undefined"
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
Status: RESOLVED FIXED    
Severity: Normal CC: timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch timothy: review+

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.