Bug 47590 - Missing parameters for bytecode dump of next_pname
Summary: Missing parameters for bytecode dump of next_pname
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-13 06:49 PDT by Xan Lopez
Modified: 2010-10-13 08:40 PDT (History)
1 user (show)

See Also:


Attachments
parametersnextpname.diff (2.36 KB, patch)
2010-10-13 06:51 PDT, Xan Lopez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xan Lopez 2010-10-13 06:49:40 PDT
Not only a bunch of parameters are missing, but the parameter used for the offset value is the wrong one, giving bogus values in the dump.
Comment 1 Xan Lopez 2010-10-13 06:51:04 PDT
Created attachment 70606 [details]
parametersnextpname.diff
Comment 2 Csaba Osztrogonác 2010-10-13 08:33:46 PDT
Comment on attachment 70606 [details]
parametersnextpname.diff

Good cactch, thx for the fix.
Comment 3 Xan Lopez 2010-10-13 08:39:55 PDT
Comment on attachment 70606 [details]
parametersnextpname.diff

Landed as r69665.