Index: Source/core/inspector/InspectorCSSAgent.h |
diff --git a/Source/core/inspector/InspectorCSSAgent.h b/Source/core/inspector/InspectorCSSAgent.h |
index 14ec6105d5a8e524a61a37d8398e9321187e525f..d9c6d3dc930a7f3aeea9cbd2d3fb9eaa197459f0 100644 |
--- a/Source/core/inspector/InspectorCSSAgent.h |
+++ b/Source/core/inspector/InspectorCSSAgent.h |
@@ -52,7 +52,7 @@ class InspectorFrontend; |
class InspectorResourceAgent; |
class MediaList; |
class Node; |
-class RenderText; |
+class LayoutText; |
class InspectorCSSAgent final |
: public InspectorBaseAgent<InspectorCSSAgent> |
@@ -167,7 +167,7 @@ private: |
void updateActiveStyleSheets(Document*, StyleSheetsUpdateType); |
void setActiveStyleSheets(Document*, const WillBeHeapVector<RawPtrWillBeMember<CSSStyleSheet> >&, StyleSheetsUpdateType); |
- void collectPlatformFontsForRenderer(RenderText*, HashCountedSet<String>*); |
+ void collectPlatformFontsForRenderer(LayoutText*, HashCountedSet<String>*); |
InspectorStyleSheet* bindStyleSheet(CSSStyleSheet*); |
String unbindStyleSheet(InspectorStyleSheet*); |