Chromium Code Reviews| Index: Source/core/dom/DocumentParser.cpp |
| diff --git a/Source/core/dom/DocumentParser.cpp b/Source/core/dom/DocumentParser.cpp |
| index 2b93e6635584220cd37360a82f4d02a7bc55e1d7..0d8a38006813ab3fbd3f3990a965657ace49783d 100644 |
| --- a/Source/core/dom/DocumentParser.cpp |
| +++ b/Source/core/dom/DocumentParser.cpp |
| @@ -36,7 +36,6 @@ DocumentParser::DocumentParser(Document* document) |
| , m_documentWasLoadedAsPartOfNavigation(false) |
| , m_document(document) |
| { |
| - ASSERT(document); |
|
Inactive
2014/05/08 19:45:42
Why did you remove this assertion? (you did not ma
maheshkk
2014/05/08 20:02:32
I forgot to undo this change. I originally moved D
|
| } |
| DocumentParser::~DocumentParser() |