Changeset 73545 in webkit for trunk/JavaScriptCore/runtime/MarkStack.h
- Timestamp:
- Dec 8, 2010, 1:44:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/MarkStack.h
r73091 r73545 42 42 MarkStack(void* jsArrayVPtr) 43 43 : m_jsArrayVPtr(jsArrayVPtr) 44 #if ndef NDEBUG44 #if !ASSERT_DISABLED 45 45 , m_isCheckingForDefaultMarkViolation(false) 46 , m_isDraining(false) 46 47 #endif 47 48 { … … 179 180 static size_t s_pageSize; 180 181 181 #if ndef NDEBUG182 #if !ASSERT_DISABLED 182 183 public: 183 184 bool m_isCheckingForDefaultMarkViolation; 185 bool m_isDraining; 184 186 #endif 185 187 };
Note:
See TracChangeset
for help on using the changeset viewer.