Bug 58440

Summary: Web Inspector: there is a problem if optional param is not at the end of param list
Product: WebKit Reporter: Ilya Tikhonovsky <loislo>
Component: Web Inspector (Deprecated)Assignee: Ilya Tikhonovsky <loislo>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[patch] initial version yurys: review+

Description Ilya Tikhonovsky 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.
Comment 1 Ilya Tikhonovsky 2011-04-13 08:20:47 PDT
Created attachment 89380 [details]
[patch] initial version
Comment 2 Yury Semikhatsky 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?
Comment 3 Ilya Tikhonovsky 2011-04-13 08:44:54 PDT
Committed r83739: <http://trac.webkit.org/changeset/83739>