Bug 73108

Summary: Initialize global variables during IDLParser object creation
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: DOMAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, dominicc, japhet, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 72138    
Attachments:
Description Flags
Patch none

Kentaro Hara
Reported 2011-11-24 21:40:27 PST
Currently, IDLParser.pm initializes global variables in a global scope, which means that the global variables are initialized just once at the beginning. On the other hand, implementing [Supplemental] IDL (bug 72138) requires a change on generate-bindings.pl that initializes the global variables whenever a new IDLParser object is created. In summary, we need to initialize the global variables during the IDLParser object creation.
Attachments
Patch (2.49 KB, patch)
2011-11-24 21:46 PST, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2011-11-24 21:46:44 PST
WebKit Review Bot
Comment 2 2011-11-24 23:10:54 PST
Comment on attachment 116559 [details] Patch Clearing flags on attachment: 116559 Committed r101153: <http://trac.webkit.org/changeset/101153>
WebKit Review Bot
Comment 3 2011-11-24 23:11:00 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.