Bug 15559 - Moved processDeclarations call into FunctionBodyNode::execute
Summary: Moved processDeclarations call into FunctionBodyNode::execute
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks: 14868
  Show dependency treegraph
 
Reported: 2007-10-18 16:48 PDT by Geoffrey Garen
Modified: 2007-10-19 22:29 PDT (History)
0 users

See Also:


Attachments
Patch (4.19 KB, patch)
2007-10-18 16:48 PDT, Geoffrey Garen
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2007-10-18 16:48:18 PDT
This is a subtask of 14868.
Comment 1 Geoffrey Garen 2007-10-18 16:48:35 PDT
Created attachment 16726 [details]
Patch
Comment 2 Darin Adler 2007-10-19 10:50:04 PDT
Comment on attachment 16726 [details]
Patch

Please put ALWAYS_INLINE before "void". r=me
Comment 3 Geoffrey Garen 2007-10-19 22:29:06 PDT
Put ALWAYS_INLINE before "void".

Committed revision 26808.