[webkit-reviews] review granted: [Bug 91631] [Chromium] Call SQLiteFileSystem-related functions directly : [Attachment 153028] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 18 09:40:36 PDT 2012


Adam Barth <abarth at webkit.org> has granted Mark Pilgrim (Google)
<pilgrim at chromium.org>'s request for review:
Bug 91631: [Chromium] Call SQLiteFileSystem-related functions directly
https://bugs.webkit.org/show_bug.cgi?id=91631

Attachment 153028: Patch
https://bugs.webkit.org/attachment.cgi?id=153028&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=153028&action=review


> Source/Platform/chromium/public/Platform.h:120
> +    virtual FileHandle databaseOpenFile(
> +					   const WebString& vfsFileName, int
desiredFlags) { return FileHandle(); }

I would just merge these lines.


More information about the webkit-reviews mailing list