[webkit-reviews] review granted: [Bug 79461] Web Inspector: get rid of RawSourceCode.sourceMapping getter. : [Attachment 128680] Patch.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 27 01:05:09 PST 2012


Yury Semikhatsky <yurys at chromium.org> has granted Pavel Podivilov
<podivilov at chromium.org>'s request for review:
Bug 79461: Web Inspector: get rid of RawSourceCode.sourceMapping getter.
https://bugs.webkit.org/show_bug.cgi?id=79461

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

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


> Source/WebCore/inspector/front-end/DebuggerPresentationModel.js:254
> +	   if (!this._selectedCallFrame ||
this._selectedCallFrame.rawSourceCode != rawSourceCode)

!= -> !==


More information about the webkit-reviews mailing list