summaryrefslogtreecommitdiff
path: root/Source/WebCore/dom/DocumentParser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/dom/DocumentParser.cpp')
-rw-r--r--Source/WebCore/dom/DocumentParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/dom/DocumentParser.cpp b/Source/WebCore/dom/DocumentParser.cpp
index 9dca08fe2..6bcfb007c 100644
--- a/Source/WebCore/dom/DocumentParser.cpp
+++ b/Source/WebCore/dom/DocumentParser.cpp
@@ -64,7 +64,7 @@ void DocumentParser::stopParsing()
void DocumentParser::detach()
{
m_state = DetachedState;
- m_document = 0;
+ m_document = nullptr;
}
void DocumentParser::suspendScheduledTasks()