[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:43:16 PDT 2010


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





--- Comment #9 from Eric U. <ericu at chromium.org>  2010-09-28 14:43:16 PST ---
(From update of attachment 68811)
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.

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