Changeset 250486 in webkit


Ignore:
Timestamp:
Sep 28, 2019, 5:48:26 PM (6 years ago)
Author:
Adrian Perez de Castro
Message:

[GTK][WPE] Fix non-unified build issue caused by r250440
https://bugs.webkit.org/show_bug.cgi?id=202349

Reviewed by Mark Lam.

  • dfg/DFGOSRExit.cpp: Add missing inclusion of the BytecodeUseDef.h header.
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r250479 r250486  
     12019-09-28  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        [GTK][WPE] Fix non-unified build issue caused by r250440
     4        https://bugs.webkit.org/show_bug.cgi?id=202349
     5
     6        Reviewed by Mark Lam.
     7
     8        * dfg/DFGOSRExit.cpp: Add missing inclusion of the BytecodeUseDef.h header.
     9
    1102019-09-27  Yusuke Suzuki  <ysuzuki@apple.com>
    211
  • trunk/Source/JavaScriptCore/dfg/DFGOSRExit.cpp

    r250440 r250486  
    3030
    3131#include "AssemblyHelpers.h"
     32#include "BytecodeUseDef.h"
    3233#include "ClonedArguments.h"
    3334#include "DFGGraph.h"
Note: See TracChangeset for help on using the changeset viewer.