Index: Source/core/html/HTMLElement.h |
diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h |
index c9b64073a1c3bf3cb2e308b0a37008d2ef059ddb..ab3e9a052fa5eea3bf44ed05fc08ba5502d72984 100644 |
--- a/Source/core/html/HTMLElement.h |
+++ b/Source/core/html/HTMLElement.h |
@@ -74,7 +74,7 @@ public: |
bool ieForbidsInsertHTML() const; |
- virtual HTMLFormElement* formOwner() const { return 0; } |
+ virtual HTMLFormElement* formOwner() const { return nullptr; } |
HTMLFormElement* findFormAncestor() const; |