| Index: Source/core/inspector/InspectorCSSAgent.h
|
| diff --git a/Source/core/inspector/InspectorCSSAgent.h b/Source/core/inspector/InspectorCSSAgent.h
|
| index ead1cb141472c6036eeb3039c0f85110bc4ce49e..dc2594fdb928e86d73d00c3c70c14de02054756a 100644
|
| --- a/Source/core/inspector/InspectorCSSAgent.h
|
| +++ b/Source/core/inspector/InspectorCSSAgent.h
|
| @@ -53,7 +53,7 @@ class InspectorFrontend;
|
| class InspectorResourceAgent;
|
| class MediaList;
|
| class Node;
|
| -class LayoutText;
|
| +class LayoutObject;
|
|
|
| class CORE_EXPORT InspectorCSSAgent final
|
| : public InspectorBaseAgent<InspectorCSSAgent, InspectorFrontend::CSS>
|
| @@ -171,7 +171,7 @@ private:
|
| void updateActiveStyleSheets(Document*, StyleSheetsUpdateType);
|
| void setActiveStyleSheets(Document*, const WillBeHeapVector<RawPtrWillBeMember<CSSStyleSheet> >&, StyleSheetsUpdateType);
|
|
|
| - void collectPlatformFontsForLayoutObject(LayoutText*, HashCountedSet<String>*);
|
| + void collectPlatformFontsForLayoutObject(LayoutObject*, HashCountedSet<String>*);
|
|
|
| InspectorStyleSheet* bindStyleSheet(CSSStyleSheet*);
|
| String unbindStyleSheet(InspectorStyleSheet*);
|
|
|