[webkit-reviews] review denied: [Bug 105085] Pass debuggerTaskMode as a parameter in WorkerScriptDebugServer constructor : [Attachment 179937] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 18 23:42:57 PST 2012


Yury Semikhatsky <yurys at chromium.org> has denied Seokju Kwon
<seokju.kwon at gmail.com>'s request for review:
Bug 105085: Pass debuggerTaskMode as a parameter in WorkerScriptDebugServer
constructor
https://bugs.webkit.org/show_bug.cgi?id=105085

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

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


> Source/WebCore/bindings/js/WorkerScriptDebugServer.h:45
> +    WorkerScriptDebugServer(WorkerContext*, const String);

const String -> const String&

> Source/WebCore/bindings/v8/WorkerScriptDebugServer.h:50
> +    WorkerScriptDebugServer(WorkerContext*, const String);

const String -> const String&


More information about the webkit-reviews mailing list