WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
73108
Initialize global variables during IDLParser object creation
https://bugs.webkit.org/show_bug.cgi?id=73108
Summary
Initialize global variables during IDLParser object creation
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Kentaro Hara
Comment 1
2011-11-24 21:46:44 PST
Created
attachment 116559
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug