Bug 58440 - Web Inspector: there is a problem if optional param is not at the end of param list
Summary: Web Inspector: there is a problem if optional param is not at the end of para...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Ilya Tikhonovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-13 08:04 PDT by Ilya Tikhonovsky
Modified: 2011-04-13 08:44 PDT (History)
10 users (show)

See Also:


Attachments
[patch] initial version (3.46 KB, patch)
2011-04-13 08:20 PDT, Ilya Tikhonovsky
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>