Index: Source/core/rendering/RenderObject.h |
diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h |
index 38281267a91f570b9e645286cc792887148f34eb..7e98f1e9489a4072d9ccef738858aee0159c1216 100644 |
--- a/Source/core/rendering/RenderObject.h |
+++ b/Source/core/rendering/RenderObject.h |
@@ -638,7 +638,7 @@ 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 and :after |
+ // This is the same as node() except for renderers of :before, :after and :first-letter |
// pseudo elements for which their parent node is returned. |
Node* generatingNode() const { return isPseudoElement() ? node()->parentOrShadowHostNode() : node(); } |