[webkit-reviews] review granted: [Bug 67609] Web Inspector: re-implement RawSourceCode. : [Attachment 106345] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 6 01:34:46 PDT 2011


Yury Semikhatsky <yurys at chromium.org> has granted Pavel Podivilov
<podivilov at chromium.org>'s request for review:
Bug 67609: Web Inspector: re-implement RawSourceCode.
https://bugs.webkit.org/show_bug.cgi?id=67609

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

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


> Source/WebCore/inspector/front-end/DebuggerPresentationModel.js:178
> +	       var eventData = { sourceCode: uiSourceCode, oldSourceCode:
oldUISourceCode };

sourceCode -> uiSourceCode

> Source/WebCore/inspector/front-end/SourceFile.js:155
> +	   if (this._locked) {

_locked -> _updatingSourceMapping ?


More information about the webkit-reviews mailing list