[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 15:20:51 PDT 2010


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





--- Comment #11 from Kinuko Yasuda <kinuko at chromium.org>  2010-09-28 15:20:50 PST ---
(In reply to comment #10)
> (In reply to comment #9)
> > (From update of attachment 68811 [details] [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 :)

Hmm.  Actually I'm going to get rid of this ASSERT -- make sizeof(struct) work in a platform independent way could be tricky.  I'll replace the copy method with a more specific ones (like the one for WebFieSystemEntry).

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