[webkit-reviews] review granted: [Bug 73566] Web Inspector: Extract default call stack creation and check for front-end from console. : [Attachment 117429] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 2 06:46:27 PST 2011


Yury Semikhatsky <yurys at chromium.org> has granted Vsevolod Vlasov
<vsevik at chromium.org>'s request for review:
Bug 73566: Web Inspector: Extract default call stack creation and check for
front-end from console.
https://bugs.webkit.org/show_bug.cgi?id=73566

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

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


> Source/WebCore/inspector/InspectorInstrumentation.cpp:888
> +	   if (page && page->inspectorController()->hasFrontend())

return page && page->inspectorController()->hasFrontend();

> Source/WebCore/inspector/InspectorInstrumentation.cpp:894
> +	   if (workerInspectorController &&
workerInspectorController->hasFrontend())

return workerInspectorController && workerInspectorController->hasFrontend();


More information about the webkit-reviews mailing list