[webkit-reviews] review granted: [Bug 89646] Web Inspector: Support separate script compilation and execution. : [Attachment 148805] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 21 08:28:16 PDT 2012


Yury Semikhatsky <yurys at chromium.org> has granted Vsevolod Vlasov
<vsevik at chromium.org>'s request for review:
Bug 89646: Web Inspector: Support separate script compilation and execution.
https://bugs.webkit.org/show_bug.cgi?id=89646

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

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


> Source/WebCore/bindings/v8/PageScriptDebugServer.cpp:155
> +    m_compiledScriptURLs.remove(scriptId);

String sourceURL = m_compiledScriptURLs.take(scriptId)


More information about the webkit-reviews mailing list