Changeset 159933 in webkit


Ignore:
Timestamp:
Dec 2, 2013 7:36:06 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

JSC does not build if OPCODE_STATS is enabled.
https://bugs.webkit.org/show_bug.cgi?id=125011

Patch by László Langó <lango@inf.u-szeged.hu> on 2013-12-02
Reviewed by Filip Pizlo.

  • bytecode/Opcode.cpp:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r159886 r159933  
     12013-12-02  László Langó  <lango@inf.u-szeged.hu>
     2
     3        JSC does not build if OPCODE_STATS is enabled.
     4        https://bugs.webkit.org/show_bug.cgi?id=125011
     5
     6        Reviewed by Filip Pizlo.
     7
     8        * bytecode/Opcode.cpp:
     9
    1102013-11-29  Filip Pizlo  <fpizlo@apple.com>
    211
  • trunk/Source/JavaScriptCore/bytecode/Opcode.cpp

    r135469 r159933  
    3232
    3333#if ENABLE(OPCODE_STATS)
    34 #include <stdio.h>
     34#include <wtf/DataLog.h>
    3535#include <wtf/FixedArray.h>
    3636#endif
Note: See TracChangeset for help on using the changeset viewer.