Changeset 157424 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Oct 14, 2013, 2:59:41 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r157422 r157424 1 2013-10-14 Commit Queue <[email protected]> 2 3 Unreviewed, rolling out r157413. 4 http://trac.webkit.org/changeset/157413 5 https://bugs.webkit.org/show_bug.cgi?id=122779 6 7 Appears to have caused frequent crashes (Requested by ap on 8 #webkit). 9 10 * CMakeLists.txt: 11 * GNUmakefile.list.am: 12 * JavaScriptCore.vcxproj/JavaScriptCore.vcxproj: 13 * JavaScriptCore.vcxproj/JavaScriptCore.vcxproj.filters: 14 * JavaScriptCore.xcodeproj/project.pbxproj: 15 * heap/DeferGC.cpp: Removed. 16 * heap/DeferGC.h: 17 * jit/JITStubs.cpp: 18 (JSC::tryCacheGetByID): 19 (JSC::DEFINE_STUB_FUNCTION): 20 * llint/LLIntSlowPaths.cpp: 21 (JSC::LLInt::LLINT_SLOW_PATH_DECL): 22 * runtime/ConcurrentJITLock.h: 23 * runtime/InitializeThreading.cpp: 24 (JSC::initializeThreadingOnce): 25 * runtime/JSCellInlines.h: 26 (JSC::allocateCell): 27 * runtime/Structure.cpp: 28 (JSC::Structure::materializePropertyMap): 29 (JSC::Structure::putSpecificValue): 30 (JSC::Structure::createPropertyMap): 31 * runtime/Structure.h: 32 1 33 2013-10-14 Mark Hahnenberg <[email protected]> 2 34
Note:
See TracChangeset
for help on using the changeset viewer.