| Index: Source/core/dom/ProcessingInstruction.cpp
|
| diff --git a/Source/core/dom/ProcessingInstruction.cpp b/Source/core/dom/ProcessingInstruction.cpp
|
| index 0ec5a4570bdee50be2bc43403d646a97dfa31cb3..ad3d494a2abc197943388cae2d698200a51d95c2 100644
|
| --- a/Source/core/dom/ProcessingInstruction.cpp
|
| +++ b/Source/core/dom/ProcessingInstruction.cpp
|
| @@ -244,7 +244,7 @@ void ProcessingInstruction::removedFrom(ContainerNode* insertionPoint)
|
| if (m_sheet) {
|
| ASSERT(m_sheet->ownerNode() == this);
|
| m_sheet->clearOwnerNode();
|
| - m_sheet = 0;
|
| + m_sheet = nullptr;
|
| }
|
|
|
| // If we're in document teardown, then we don't need to do any notification of our sheet's removal.
|
|
|