| Index: Source/web/WebDevToolsAgentImpl.h
|
| diff --git a/Source/web/WebDevToolsAgentImpl.h b/Source/web/WebDevToolsAgentImpl.h
|
| index 59352aac46e242cca2227ce61bc9c287a8cbce3b..52504d45e6fab05f62db03ed2e7f225e339534e4 100644
|
| --- a/Source/web/WebDevToolsAgentImpl.h
|
| +++ b/Source/web/WebDevToolsAgentImpl.h
|
| @@ -55,6 +55,7 @@ class WebInputEvent;
|
| class WebLocalFrameImpl;
|
| class WebString;
|
| class WebViewImpl;
|
| +class DebuggerTask;
|
|
|
| class WebDevToolsAgentImpl final
|
| : public WebDevToolsAgent
|
| @@ -139,6 +140,8 @@ private:
|
| typedef Vector<RefPtr<JSONObject> > NotificationQueue;
|
| NotificationQueue m_notificationQueue;
|
| String m_stateCookie;
|
| +
|
| + friend class DebuggerTask;
|
| };
|
|
|
| } // namespace blink
|
|
|