Changeset 248603 in webkit


Ignore:
Timestamp:
Aug 13, 2019 11:54:32 AM (5 years ago)
Author:
ysuzuki@apple.com
Message:

Unreviewed, build fix for Windows
https://bugs.webkit.org/show_bug.cgi?id=200611

  • wtf/win/GDIObject.h:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r248586 r248603  
     12019-08-13  Yusuke Suzuki  <ysuzuki@apple.com>
     2
     3        Unreviewed, build fix for Windows
     4        https://bugs.webkit.org/show_bug.cgi?id=200611
     5
     6        * wtf/win/GDIObject.h:
     7
    182019-08-12  Takashi Komori  <Takashi.Komori@sony.com>
    29
  • trunk/Source/WTF/wtf/win/GDIObject.h

    r248546 r248603  
    3232#include <windows.h>
    3333#include <wtf/Assertions.h>
     34#include <wtf/FastMalloc.h>
    3435#include <wtf/Noncopyable.h>
    3536
Note: See TracChangeset for help on using the changeset viewer.