Index: Source/core/dom/DocumentParser.cpp |
diff --git a/Source/core/dom/DocumentParser.cpp b/Source/core/dom/DocumentParser.cpp |
index 27d73e0126494b2801a07d785223d2157ccf66e4..0cb33afb749a9c12862229eff4a62aea84b5627d 100644 |
--- a/Source/core/dom/DocumentParser.cpp |
+++ b/Source/core/dom/DocumentParser.cpp |
@@ -65,11 +65,6 @@ TextResourceDecoder* DocumentParser::decoder() |
return 0; |
} |
-void DocumentParser::startParsing() |
-{ |
- m_state = ParsingState; |
-} |
- |
void DocumentParser::prepareToStopParsing() |
{ |
ASSERT(m_state == ParsingState); |