Changeset 237674 in webkit


Ignore:
Timestamp:
Nov 1, 2018 1:51:45 AM (5 years ago)
Author:
fred.wang@free.fr
Message:

[WebAuthN] Make AuthenticatorManager
https://bugs.webkit.org/show_bug.cgi?id=189279

Unreviewed build fix.

Patch by Frederic Wang <fwang@igalia.com> on 2018-11-01

  • UIProcess/WebAuthentication/Cocoa/LocalConnection.h: Add missing headers.
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r237667 r237674  
     12018-11-01  Frederic Wang  <fwang@igalia.com>
     2
     3        [WebAuthN] Make AuthenticatorManager
     4        https://bugs.webkit.org/show_bug.cgi?id=189279
     5
     6        Unreviewed build fix.
     7
     8        * UIProcess/WebAuthentication/Cocoa/LocalConnection.h: Add missing headers.
     9
    1102018-10-31  Wenson Hsieh  <wenson_hsieh@apple.com>
    211
  • trunk/Source/WebKit/UIProcess/WebAuthentication/Cocoa/LocalConnection.h

    r236481 r237674  
    2929
    3030#include <wtf/CompletionHandler.h>
     31#include <wtf/FastMalloc.h>
     32#include <wtf/Noncopyable.h>
     33#include <wtf/Vector.h>
     34#include <wtf/text/WTFString.h>
    3135
    3236OBJC_CLASS LAContext;
Note: See TracChangeset for help on using the changeset viewer.