Changeset 160175 in webkit
- Timestamp:
- Dec 5, 2013, 8:27:21 AM (13 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
jit/JITCode.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r160150 r160175 1 2013-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 1 12 2013-12-04 Filip Pizlo <fpizlo@apple.com> 2 13 -
trunk/Source/JavaScriptCore/jit/JITCode.h
r160094 r160175 47 47 } 48 48 49 struct ProtoCallFrame; 50 49 51 #if ENABLE(JIT) 50 52 class VM; 51 53 class JSStack; 52 struct ProtoCallFrame;53 54 #endif 54 55
Note:
See TracChangeset
for help on using the changeset viewer.