[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 01:13:03 PDT 2012


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





--- Comment #11 from Andrey Adaikin <aandrey at chromium.org>  2012-09-05 01:13:16 PST ---
(From update of attachment 162062)
View in context: https://bugs.webkit.org/attachment.cgi?id=162062&action=review

> 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 {...}

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