[webkit-reviews] review granted: [Bug 95649] Web Inspector: CodeGeneratorInspector.py: support asynchronous command implementation : [Attachment 162062] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 5 04:57:44 PDT 2012


Yury Semikhatsky <yurys at chromium.org> has granted Peter Rybin
<prybin at chromium.org>'s request for review:
Bug 95649: Web Inspector: CodeGeneratorInspector.py: support asynchronous
command implementation
https://bugs.webkit.org/show_bug.cgi?id=95649

Attachment 162062: Patch
https://bugs.webkit.org/attachment.cgi?id=162062&action=review

------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=162062&action=review


> Source/WebCore/inspector/CodeGeneratorInspector.py:1955
> +    void sendResponse(long callId, PassRefPtr<InspectorObject> result,
ErrorString invocationError);

const ErrorString&

> Source/WebCore/inspector/CodeGeneratorInspector.py:2058
> +void InspectorBackendDispatcherImpl::sendResponse(long callId,
PassRefPtr<InspectorObject> result, ErrorString invocationError)

const ErrorString&


More information about the webkit-reviews mailing list