RESOLVED FIXED 120658
Fix uninitialized build warning in make_names.pl
https://bugs.webkit.org/show_bug.cgi?id=120658
Summary Fix uninitialized build warning in make_names.pl
Gyuyoung Kim
Reported 2013-09-03 18:39:30 PDT
There is build warning from r154965. Use of uninitialized value in numeric ne (!=) at /home/gyuyoung/webkit/WebKit/Source/WebCore/dom/make_names.pl line 625.
Attachments
Patch (1.21 KB, patch)
2013-09-03 18:42 PDT, Gyuyoung Kim
no flags
Patch for landing (1.21 KB, patch)
2013-09-03 19:36 PDT, Gyuyoung Kim
no flags
Gyuyoung Kim
Comment 1 2013-09-03 18:42:35 PDT
Darin Adler
Comment 2 2013-09-03 19:12:56 PDT
Comment on attachment 210420 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=210420&action=review > Source/WebCore/dom/make_names.pl:625 > + if (!($parsedTags{$name}{generateTypeChecks})) { Is there a need for those parentheses?
Gyuyoung Kim
Comment 3 2013-09-03 19:36:00 PDT
Created attachment 210422 [details] Patch for landing
Gyuyoung Kim
Comment 4 2013-09-03 19:37:38 PDT
(In reply to comment #2) > (From update of attachment 210420 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=210420&action=review > > > Source/WebCore/dom/make_names.pl:625 > > + if (!($parsedTags{$name}{generateTypeChecks})) { > > Is there a need for those parentheses? I don't think there is a need in this case. Fixed.
WebKit Commit Bot
Comment 5 2013-09-03 20:33:09 PDT
Comment on attachment 210422 [details] Patch for landing Clearing flags on attachment: 210422 Committed r155016: <http://trac.webkit.org/changeset/155016>
WebKit Commit Bot
Comment 6 2013-09-03 20:33:13 PDT
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.