[Webkit-unassigned] [Bug 91187] [EFL] Skeleton code of File System API.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 2 20:28:49 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=91187





--- Comment #23 from Dongwoo Joshua Im (dwim) <dw.im at samsung.com>  2012-10-02 20:29:12 PST ---
(In reply to comment #22)
> (From update of attachment 166636 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=166636&action=review
> 
> > Source/WebCore/platform/efl/AsyncFileSystemEfl.h:43
> > +    virtual void move(const KURL& sourcePath, const KURL& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks>);
> 
> Generally, parameter name is omitted in .h file, then it is mentioned in .cpp file with /* */ when it needs meaning. See also, webkit mailing list which discussed this Yesterday.

Wow.. yesterday.. ;-)

It's ok to remove the name of parameters from that file,
because there are the names and meanings are described in AsyncFileSystem.h file.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list