From: mrowe@apple.com Date: Fri, 26 Oct 2007 13:34:39 +0000 (+0000) Subject: Restore the semicolon. X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=0902756b9bb0386244f646a85d83b238606f8ff2 Restore the semicolon. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27111 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/JavaScriptCore/kjs/collector.cpp b/JavaScriptCore/kjs/collector.cpp index 4d945cc1d51c..bec7a372fe72 100644 --- a/JavaScriptCore/kjs/collector.cpp +++ b/JavaScriptCore/kjs/collector.cpp @@ -1017,7 +1017,7 @@ HashCountedSet* Collector::rootObjectTypeCounts() bool Collector::isBusy() { - return (primaryHeap.operationInProgress != NoOperation) | (numberHeap.operationInProgress != NoOperation) + return (primaryHeap.operationInProgress != NoOperation) | (numberHeap.operationInProgress != NoOperation); } void Collector::reportOutOfMemoryToAllInterpreters()