Changeset 27111 in webkit for trunk/JavaScriptCore/kjs


Ignore:
Timestamp:
Oct 26, 2007, 6:34:39 AM (18 years ago)
Author:
[email protected]
Message:

Restore the semicolon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/collector.cpp

    r27110 r27111  
    10181018bool Collector::isBusy()
    10191019{
    1020     return (primaryHeap.operationInProgress != NoOperation) | (numberHeap.operationInProgress != NoOperation)
     1020    return (primaryHeap.operationInProgress != NoOperation) | (numberHeap.operationInProgress != NoOperation);
    10211021}
    10221022
Note: See TracChangeset for help on using the changeset viewer.