[Webkit-unassigned] [Bug 91196] Web Inspector: refactor InspectorController::connectFrontend() to accept InspectorFrontendChannel.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 13 09:45:33 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=91196





--- Comment #4 from Vivek Galatage <vivekgalatage at gmail.com>  2012-07-13 09:45:32 PST ---
(In reply to comment #3)
> I was more thinking that:
> 
> class InspectorClientQt : public InspectorClient,
>                         : public InspectorFrontendChannel {
> }
> 
> and would pass this into the connectFrontend in order to minimize the amount of changes.

Thank you Pavel. I was thinking of the same earlier to minimize the changes. But again I thought, these approaches might separate the classes logically as well. Hence proposed these solutions.

Sure, I will go ahead with these changes as per your proposal.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list