[Webkit-unassigned] [Bug 58456] Expose factory function for creating FileEntry and DirectoryEntry instances from Chromium side

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 13 14:11:42 PDT 2011


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





--- Comment #4 from David Levin <levin at chromium.org>  2011-04-13 14:11:42 PST ---
(From update of attachment 89435)
View in context: https://bugs.webkit.org/attachment.cgi?id=89435&action=review

One question. Other than that it seems fine.

> Source/WebKit/chromium/src/WebFrameImpl.cpp:871
> +    RefPtr<DOMFileSystemBase> fileSystem = DOMFileSystem::create(frame()->document(), fileSystemName, AsyncFileSystemChromium::create(static_cast<AsyncFileSystem::Type>(fileSystemType), fileSystemPath));

Where is the error checking for invalid values of fileSystemType?

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