Changeset 275518 in webkit


Ignore:
Timestamp:
Apr 6, 2021 8:41:57 AM (3 years ago)
Author:
stephan.szabo@sony.com
Message:

[PlayStation] Fix build of DiagnosticLoggingDomain.h
https://bugs.webkit.org/show_bug.cgi?id=224205

Reviewed by Don Olmstead.

No new tests, build fix only.

  • page/DiagnosticLoggingDomain.h: Include wtf/EnumTraits.h
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r275516 r275518  
     12021-04-06  Stephan Szabo  <stephan.szabo@sony.com>
     2
     3        [PlayStation] Fix build of DiagnosticLoggingDomain.h
     4        https://bugs.webkit.org/show_bug.cgi?id=224205
     5
     6        Reviewed by Don Olmstead.
     7
     8        No new tests, build fix only.
     9
     10        * page/DiagnosticLoggingDomain.h: Include wtf/EnumTraits.h
     11
    1122021-04-06  Philippe Normand  <pnormand@igalia.com>
    213
  • trunk/Source/WebCore/page/DiagnosticLoggingDomain.h

    r275103 r275518  
    2626#pragma once
    2727
     28#include <wtf/EnumTraits.h>
     29
    2830namespace WebCore {
    2931
Note: See TracChangeset for help on using the changeset viewer.