[Webkit-unassigned] [Bug 54774] [fileapi] Implement LocalFileSystem.resolveFileSystemURI
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 24 15:56:25 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54774
--- Comment #11 from Eric U. <ericu at chromium.org> 2011-02-24 15:56:25 PST ---
(From update of attachment 83404)
View in context: https://bugs.webkit.org/attachment.cgi?id=83404&action=review
> Source/WebCore/fileapi/DOMFileSystemBase.cpp:57
> +bool DOMFileSystemBase::crackFileSystemURL(const KURL& url, AsyncFileSystem::Type& type, String& filePath)
We don't tend to use non-const reference parameters in the filesystem code. It's not explicitly banned by the webkit style guide, but we prefer to use pointers for output parameters.
--
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