[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 08:05:24 PDT 2012


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





--- Comment #3 from Pavel Feldman <pfeldman at chromium.org>  2012-07-13 08:05:23 PST ---
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.

-- 
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