[webkit-reviews] review granted: [Bug 121706] Remove unused code in WebKit/mac's WebScriptDebugDelegate : [Attachment 212291] The patch.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 21 22:46:39 PDT 2013


Timothy Hatcher <timothy at apple.com> has granted Mark Lam <mark.lam at apple.com>'s
request for review:
Bug 121706: Remove unused code in WebKit/mac's WebScriptDebugDelegate
https://bugs.webkit.org/show_bug.cgi?id=121706

Attachment 212291: The patch.
https://bugs.webkit.org/attachment.cgi?id=212291&action=review

------- Additional Comments from Timothy Hatcher <timothy at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=212291&action=review


> Source/WebKit/mac/WebView/WebScriptDebugger.mm:129
> +    RetainPtr<WebScriptCallFrame> callFrame;
> +    callFrame = adoptNS([[WebScriptCallFrame alloc]
_initWithGlobalObject:core(webFrame)->script().windowScriptObject()
debuggerCallFrame:debuggerCallFrame]);

One line.


More information about the webkit-reviews mailing list