[webkit-reviews] review granted: [Bug 87852] [Chromium] Call fileUtilities methods directly : [Attachment 144904] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 30 13:28:03 PDT 2012


Adam Barth <abarth at webkit.org> has granted Mark Pilgrim (Google)
<pilgrim at chromium.org>'s request for review:
Bug 87852: [Chromium] Call fileUtilities methods directly
https://bugs.webkit.org/show_bug.cgi?id=87852

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

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=144904&action=review


> Source/WebCore/platform/chromium/DragDataChromium.cpp:66
> +	   String path;
> +	   path =
String(WebKit::Platform::current()->fileUtilities()->getAbsolutePath(m_platform
DragData->filenames()[0]));

These can just be put on one line.


More information about the webkit-reviews mailing list