[Webkit-unassigned] [Bug 105085] Pass debuggerTaskMode as a parameter in WorkerScriptDebugServer constructor

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


https://bugs.webkit.org/show_bug.cgi?id=105085


Yury Semikhatsky <yurys at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #179937|review?                     |review-
               Flag|                            |




--- Comment #6 from Yury Semikhatsky <yurys at chromium.org>  2012-12-18 23:45:13 PST ---
(From update of attachment 179937)
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&

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list