| Index: Source/core/dom/DocumentType.cpp
|
| diff --git a/Source/core/dom/DocumentType.cpp b/Source/core/dom/DocumentType.cpp
|
| index 7c392a7035fc6164b614e736bb255b9d71c936c8..e4b02d8300dfd4b4c7d6472433ff005d32930c42 100644
|
| --- a/Source/core/dom/DocumentType.cpp
|
| +++ b/Source/core/dom/DocumentType.cpp
|
| @@ -71,7 +71,7 @@ Node::InsertionNotificationRequest DocumentType::insertedInto(ContainerNode* ins
|
|
|
| void DocumentType::removedFrom(ContainerNode* insertionPoint)
|
| {
|
| - document().setDoctype(0);
|
| + document().setDoctype(nullptr);
|
| Node::removedFrom(insertionPoint);
|
| }
|
|
|
|
|