[Webkit-unassigned] [Bug 143668] Network Cache: Add thread-safe accessors for storage paths

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 13 09:55:09 PDT 2015


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

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #250639|review?                     |review+
              Flags|                            |

--- Comment #2 from Darin Adler <darin at apple.com> ---
Comment on attachment 250639
  --> https://bugs.webkit.org/attachment.cgi?id=250639
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=250639&action=review

> Source/WebKit2/NetworkProcess/cache/NetworkCacheStorage.h:83
> +    const String baseDirectoryPath() const;
> +    const String directoryPath() const;

I don’t understand the value of returning const String rather than String. These should just return String.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150413/796f5dfd/attachment.html>


More information about the webkit-unassigned mailing list