Changeset 34770 in webkit for trunk/JavaScriptCore
- Timestamp:
- Jun 24, 2008, 12:50:50 PM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r34767 r34770 1 2008-06-24 Steve Falkenburg <[email protected]> 2 3 Build fix. 4 5 * kjs/nodes.cpp: 6 1 7 2008-06-24 Joerg Bornemann <[email protected]> 2 8 -
trunk/JavaScriptCore/kjs/nodes.cpp
r34760 r34770 45 45 #include <wtf/Threading.h> 46 46 47 using namespace WTF; 48 47 49 namespace KJS { 48 50 … … 77 79 78 80 #if USE(MULTIPLE_THREADS) 81 79 82 void ParserRefCountedCounter::increment() 80 83 {
Note:
See TracChangeset
for help on using the changeset viewer.