Changeset 53151 in webkit for trunk/JavaScriptCore/wtf/FastMalloc.cpp
- Timestamp:
- Jan 12, 2010, 11:42:07 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/FastMalloc.cpp
r53008 r53151 115 115 } 116 116 117 #if !ASSERT_DISABLED 117 118 static bool isForbidden() 118 119 { … … 120 121 return !!pthread_getspecific(isForbiddenKey); 121 122 } 123 #endif 122 124 123 125 void fastMallocForbid()
Note:
See TracChangeset
for help on using the changeset viewer.