[webkit-reviews] review granted: [Bug 93940] Web Inspector: Add delete button to FileSystemView : [Attachment 160074] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 25 02:54:31 PDT 2012


Vsevolod Vlasov <vsevik at chromium.org> has granted Taiju Tsuiki
<tzik at chromium.org>'s request for review:
Bug 93940: Web Inspector: Add delete button to FileSystemView
https://bugs.webkit.org/show_bug.cgi?id=93940

Attachment 160074: Patch
https://bugs.webkit.org/attachment.cgi?id=160074&action=review

------- Additional Comments from Vsevolod Vlasov <vsevik at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=160074&action=review


> Source/WebCore/inspector/front-end/FileSystemModel.js:277
> +	       if (errorCode === 0)

if (!errorCode)

> Source/WebCore/inspector/front-end/FileSystemModel.js:289
> +	   if (this._fileSystemsForOrigin[origin] &&

New line is not needed here.


More information about the webkit-reviews mailing list