[Webkit-unassigned] [Bug 46524] Bridge all FileSystem operations on Workers to the MainThread

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 28 14:55:00 PDT 2010


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





--- Comment #10 from Kinuko Yasuda <kinuko at chromium.org>  2010-09-28 14:54:59 PST ---
(In reply to comment #9)
> (From update of attachment 68811 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=68811&action=review
> 
> > WebKit/chromium/src/WorkerFileSystemCallbacksBridge.cpp:56
> > +        ASSERT(sizeof(WebKit::WebFileInfo) == sizeof(double));
> 
> 1) I believe this could be done with a COMPILE_ASSERT.
> 2) It should fail.  WebFileInfo currently has 3 fields.

Right.  I was changing it to COMPILE_ASSERT and am in the middle of fixing 2) now :)

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