| Index: Source/core/inspector/InspectorBaseAgent.h
|
| diff --git a/Source/core/inspector/InspectorBaseAgent.h b/Source/core/inspector/InspectorBaseAgent.h
|
| index a961ecce10cb2ccd51b302da7f898a0c5f6fc511..c41d6451c0d7cfc7041daf262aec4de94cf7edba 100644
|
| --- a/Source/core/inspector/InspectorBaseAgent.h
|
| +++ b/Source/core/inspector/InspectorBaseAgent.h
|
| @@ -41,6 +41,7 @@
|
|
|
| namespace blink {
|
|
|
| +class DartInspectorDebuggerAgent;
|
| class InspectorFrontend;
|
| class InspectorCompositeState;
|
| class InspectorState;
|
| @@ -72,6 +73,8 @@ protected:
|
|
|
| private:
|
| String m_name;
|
| +
|
| +friend class DartInspectorDebuggerAgent;
|
| };
|
|
|
| class CORE_EXPORT InspectorAgentRegistry final {
|
|
|