Index: Source/core/html/HTMLStyleElement.cpp |
diff --git a/Source/core/html/HTMLStyleElement.cpp b/Source/core/html/HTMLStyleElement.cpp |
index 6e303f8a6f27882f72fb9fa366aeef1ae07a9220..2a860e7ad7304a9e965e76a2adbbc84173a333c2 100644 |
--- a/Source/core/html/HTMLStyleElement.cpp |
+++ b/Source/core/html/HTMLStyleElement.cpp |
@@ -133,7 +133,7 @@ const AtomicString& HTMLStyleElement::type() const |
ContainerNode* HTMLStyleElement::scopingNode() |
{ |
if (!inDocument()) |
- return 0; |
+ return nullptr; |
if (isInShadowTree()) |
return containingShadowRoot(); |