X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/2d39b0e377c0896910ee49ae70082ba665faf986..refs/heads/master:/debugger/Breakpoint.h diff --git a/debugger/Breakpoint.h b/debugger/Breakpoint.h index 60f4fd5..8518ce4 100644 --- a/debugger/Breakpoint.h +++ b/debugger/Breakpoint.h @@ -43,7 +43,7 @@ struct Breakpoint : public DoublyLinkedListNode { { } - Breakpoint(SourceID sourceID, unsigned line, unsigned column, String condition, bool autoContinue) + Breakpoint(SourceID sourceID, unsigned line, unsigned column, const String& condition, bool autoContinue) : id(noBreakpointID) , sourceID(sourceID) , line(line)