[Webkit-unassigned] [Bug 95649] Web Inspector: CodeGeneratorInspector.py: support asynchronous command implementation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 5 04:13:14 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=95649
--- Comment #12 from Peter Rybin <prybin at chromium.org> 2012-09-05 04:13:27 PST ---
> > Source/WebCore/inspector/CodeGeneratorInspector.py:1873
> > + bool isActive();
> bool isActive() const;
> > Source/WebCore/inspector/CodeGeneratorInspector.py:1956
> > + bool isActive() { return m_inspectorFrontendChannel; }
> bool isActive() const {...}
Can you justify this with a positive reason? I don't see a lot of const/mutable semantics for InspectorBackendDispatcher class.
--
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