Index: Source/core/layout/LayoutTreeAsText.h |
diff --git a/Source/core/layout/LayoutTreeAsText.h b/Source/core/layout/LayoutTreeAsText.h |
index c41ce74163b38227be199d3b822afda48bb2da37..48bad99279d6c31b78c0581a6d87147c4feebdd4 100644 |
--- a/Source/core/layout/LayoutTreeAsText.h |
+++ b/Source/core/layout/LayoutTreeAsText.h |
@@ -59,7 +59,7 @@ String externalRepresentation(Element*, LayoutAsTextBehavior = LayoutAsTextBehav |
void write(TextStream&, const LayoutObject&, int indent = 0, LayoutAsTextBehavior = LayoutAsTextBehaviorNormal); |
class LayoutTreeAsText { |
-// FIXME: This is a cheesy hack to allow easy access to LayoutStyle colors. It won't be needed if we convert |
+// FIXME: This is a cheesy hack to allow easy access to ComputedStyle colors. It won't be needed if we convert |
// it to use visitedDependentColor instead. (This just involves rebaselining many results though, so for now it's |
// not being done). |
public: |