Index: Source/core/html/parser/HTMLParserThread.cpp |
diff --git a/Source/core/html/parser/HTMLParserThread.cpp b/Source/core/html/parser/HTMLParserThread.cpp |
index b7eec5984f413a0d97da253daf62dbb54ec7f711..18d8e5ea1ef7b7015848ca8124625dacc04d6b6b 100644 |
--- a/Source/core/html/parser/HTMLParserThread.cpp |
+++ b/Source/core/html/parser/HTMLParserThread.cpp |
@@ -58,7 +58,7 @@ |
void HTMLParserThread::setupHTMLParserThread() |
{ |
ASSERT(m_thread); |
- m_thread->initialize(); |
+ m_thread->attachGC(); |
} |
void HTMLParserThread::shutdown() |
@@ -74,7 +74,7 @@ |
void HTMLParserThread::cleanupHTMLParserThread() |
{ |
- m_thread->shutdown(); |
+ m_thread->detachGC(); |
} |
HTMLParserThread* HTMLParserThread::shared() |