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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 2 06:50:53 PDT 2012


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





--- Comment #22 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2012-10-02 06:51:16 PST ---
(From update of attachment 166636)
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.

-- 
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