Bug 69005

Summary: Web Inspector: optional arguments support for the frontend needs to be extended.
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 pfeldman: review+

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>