Changeset 221123 in webkit


Ignore:
Timestamp:
Aug 23, 2017 5:39:23 PM (7 years ago)
Author:
commit-queue@webkit.org
Message:

[Cache API] Unify WebCore and WebKit error handling
https://bugs.webkit.org/show_bug.cgi?id=175902
<rdar://problem/34045933>

Unreviewed.

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

  • Modules/cache/DOMCache.h: Fixing Windows build.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r221122 r221123  
     12017-08-23  Youenn Fablet  <youenn@apple.com>
     2
     3        [Cache API] Unify WebCore and WebKit error handling
     4        https://bugs.webkit.org/show_bug.cgi?id=175902
     5        <rdar://problem/34045933>
     6
     7        Unreviewed.
     8
     9        * Modules/cache/DOMCache.h: Fixing Windows build.
     10
    1112017-08-23  Ryan Haddad  <ryanhaddad@apple.com>
    212
  • trunk/Source/WebCore/Modules/cache/DOMCache.h

    r221112 r221123  
    8484using RecordsCallback = WTF::Function<void(RecordsOrError&&)>;
    8585
    86 using CompletionCallback = Function<void(std::optional<Error>&&)>;
     86using CompletionCallback = WTF::Function<void(std::optional<Error>&&)>;
    8787
    8888} // namespace DOMCache
Note: See TracChangeset for help on using the changeset viewer.