Changeset 221190 in webkit


Ignore:
Timestamp:
Aug 25, 2017 10:01:34 AM (7 years ago)
Author:
commit-queue@webkit.org
Message:

[Cache API] UIProcess should provide the directory path where to store Cache Storage data
https://bugs.webkit.org/show_bug.cgi?id=175884
<rdar://problem/34072441>

Unreviewed.

Patch by Youenn Fablet <youenn@apple.com> on 2017-08-25

  • UIProcess/API/APIProcessPoolConfiguration.cpp:

(API::ProcessPoolConfiguration::ProcessPoolConfiguration): Fixing typo.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r221187 r221190  
     12017-08-25  Youenn Fablet  <youenn@apple.com>
     2
     3        [Cache API] UIProcess should provide the directory path where to store Cache Storage data
     4        https://bugs.webkit.org/show_bug.cgi?id=175884
     5        <rdar://problem/34072441>
     6
     7        Unreviewed.
     8
     9        * UIProcess/API/APIProcessPoolConfiguration.cpp:
     10        (API::ProcessPoolConfiguration::ProcessPoolConfiguration): Fixing typo.
     11
    1122017-08-25  Jonathan Bedard  <jbedard@apple.com>
    213
  • trunk/Source/WebKit/UIProcess/API/APIProcessPoolConfiguration.cpp

    r221175 r221190  
    8282    : m_applicationCacheDirectory(WebsiteDataStore::defaultApplicationCacheDirectory())
    8383    , m_applicationCacheFlatFileSubdirectoryName("Files")
    84 #if PLATFORM(COCA)
     84#if PLATFORM(COCOA)
    8585    , m_cacheStorageDirectory(WebsiteDataStore::defaultCacheStorageDirectory())
    8686#endif
Note: See TracChangeset for help on using the changeset viewer.