Index: Source/core/platform/PODRedBlackTree.h |
diff --git a/Source/core/platform/PODRedBlackTree.h b/Source/core/platform/PODRedBlackTree.h |
index b671b05b9e4a5159d3e739c46499839b63aaa8ab..80a7160cc0b26b33cc12ad92a49d06276254546d 100644 |
--- a/Source/core/platform/PODRedBlackTree.h |
+++ b/Source/core/platform/PODRedBlackTree.h |
@@ -153,12 +153,12 @@ public: |
m_arena = 0; |
m_root = 0; |
} |
- |
+ |
bool isInitialized() const |
{ |
return m_arena; |
} |
- |
+ |
void initIfNeeded() |
{ |
if (!m_arena) |