Bug 69005 - Web Inspector: optional arguments support for the frontend needs to be extended.
Summary: Web Inspector: optional arguments support for the frontend needs to be extended.
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-09-28 09:29 PDT by Ilya Tikhonovsky
Modified: 2011-09-28 09:56 PDT (History)
10 users (show)

See Also:


Attachments
Patch (7.39 KB, patch)
2011-09-28 09:37 PDT, Ilya Tikhonovsky
pfeldman: 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-09-28 09:29:18 PDT
Generator supports optional arguments but they are transferred by value.
It is not suitable if the used type doesn't have operator bool.
I'll transfer such arguments by pointer.
Comment 1 Ilya Tikhonovsky 2011-09-28 09:37:20 PDT
Created attachment 109030 [details]
Patch
Comment 2 Ilya Tikhonovsky 2011-09-28 09:56:27 PDT
Committed r96227: <http://trac.webkit.org/changeset/96227>