Changeset 179831 in webkit


Ignore:
Timestamp:
Feb 9, 2015 10:07:46 AM (9 years ago)
Author:
Csaba Osztrogonác
Message:

Fix the !ENABLE(DFG_JIT) build
https://bugs.webkit.org/show_bug.cgi?id=141387

Reviewed by Darin Adler.

  • jit/Repatch.cpp:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r179817 r179831  
     12015-02-09  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Fix the !ENABLE(DFG_JIT) build
     4        https://bugs.webkit.org/show_bug.cgi?id=141387
     5
     6        Reviewed by Darin Adler.
     7
     8        * jit/Repatch.cpp:
     9
    1102015-02-08  Benjamin Poulain  <benjamin@webkit.org>
    211
  • trunk/Source/JavaScriptCore/jit/Repatch.cpp

    r179478 r179831  
    5050#include "StructureStubClearingWatchpoint.h"
    5151#include "ThunkGenerators.h"
     52#include <wtf/ListDump.h>
    5253#include <wtf/StringPrintStream.h>
    5354
Note: See TracChangeset for help on using the changeset viewer.