| Index: Source/core/rendering/RenderObject.h
 | 
| diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h
 | 
| index 85c01c124a1339d0a975bdf92df359374f37d939..6c8d31c029ee657c499554b0f5c46bd192a71e50 100644
 | 
| --- a/Source/core/rendering/RenderObject.h
 | 
| +++ b/Source/core/rendering/RenderObject.h
 | 
| @@ -623,8 +623,8 @@ public:
 | 
|      void clearNode() { m_node = nullptr; }
 | 
|  
 | 
|      // Returns the styled node that caused the generation of this renderer.
 | 
| -    // This is the same as node() except for renderers of :before, :after and
 | 
| -    // :first-letter pseudo elements for which their parent node is returned.
 | 
| +    // This is the same as node() except for renderers of :before and :after
 | 
| +    // pseudo elements for which their parent node is returned.
 | 
|      Node* generatingNode() const { return isPseudoElement() ? node()->parentOrShadowHostNode() : node(); }
 | 
|  
 | 
|      Document& document() const { return m_node->document(); }
 | 
| 
 |