[Webkit-unassigned] [Bug 48169] [FileSystem] Support not creating directories when queried by inspector.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 1 20:57:05 PDT 2010


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





--- Comment #7 from Dumitru Daniliuc <dumi at chromium.org>  2010-11-01 20:57:05 PST ---
(In reply to comment #6)
> (From update of attachment 72624 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=72624&action=review
> 
> > WebKit/chromium/src/LocalFileSystemChromium.cpp:62
> > +    ASSERT(context->isDocument());
> 
> ASSERT(context && context->isDocument())?

i've been told that ASSERT(context->isDocument()) is enough, because if 'context' is NULL, then we'll crash on this line anyway.

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