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

Description Kentaro Hara 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.
Comment 1 Kentaro Hara 2011-11-24 21:46:44 PST
Created attachment 116559 [details]
Patch
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2011-11-24 23:11:00 PST
All reviewed patches have been landed.  Closing bug.