RESOLVED FIXED 58440
Web Inspector: there is a problem if optional param is not at the end of param list
https://bugs.webkit.org/show_bug.cgi?id=58440
Summary Web Inspector: there is a problem if optional param is not at the end of para...
Ilya Tikhonovsky
Reported 2011-04-13 08:04:09 PDT
the tail of the event params shifts if an optional property is not the last in the params list.
Attachments
[patch] initial version (3.46 KB, patch)
2011-04-13 08:20 PDT, Ilya Tikhonovsky
yurys: review+
Ilya Tikhonovsky
Comment 1 2011-04-13 08:20:47 PDT
Created attachment 89380 [details] [patch] initial version
Yury Semikhatsky
Comment 2 2011-04-13 08:37:17 PDT
Comment on attachment 89380 [details] [patch] initial version View in context: https://bugs.webkit.org/attachment.cgi?id=89380&action=review > Source/WebCore/inspector/CodeGeneratorInspector.pm:693 > + my $name = $domain . "." . $function->signature->name; Is there a function for this coalescing?
Ilya Tikhonovsky
Comment 3 2011-04-13 08:44:54 PDT
Note You need to log in before you can comment on or make changes to this bug.