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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 2 00:07:46 PDT 2010


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





--- Comment #9 from Kinuko Yasuda <kinuko at chromium.org>  2010-11-02 00:07:46 PST ---
(In reply to comment #7)
> (In reply to comment #6)
> > (From update of attachment 72624 [details] [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.

Both will crash but they are not same - crashing by an assertion failure and crashing by null-pointer access could have different meanings/crash reports.

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