⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 160175 in webkit


Ignore:
Timestamp:
Dec 5, 2013, 8:27:21 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

Fix JavaScriptCore build if cloop is enabled after r160094
https://bugs.webkit.org/show_bug.cgi?id=125292

Patch by Laszlo Vidacs <lac@inf.u-szeged.hu> on 2013-12-05
Reviewed by Michael Saboff.

Move ProtoCallFrame outside the JIT guard.

  • jit/JITCode.h:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r160150 r160175  
     12013-12-05  Laszlo Vidacs  <lac@inf.u-szeged.hu>
     2
     3        Fix JavaScriptCore build if cloop is enabled after r160094
     4        https://bugs.webkit.org/show_bug.cgi?id=125292
     5
     6        Reviewed by Michael Saboff.
     7
     8        Move ProtoCallFrame outside the JIT guard.
     9
     10        * jit/JITCode.h:
     11
    1122013-12-04  Filip Pizlo  <fpizlo@apple.com>
    213
  • trunk/Source/JavaScriptCore/jit/JITCode.h

    r160094 r160175  
    4747}
    4848
     49struct ProtoCallFrame;
     50
    4951#if ENABLE(JIT)
    5052class VM;
    5153class JSStack;
    52 struct ProtoCallFrame;
    5354#endif
    5455
Note: See TracChangeset for help on using the changeset viewer.