Changeset 207833 in webkit


Ignore:
Timestamp:
Oct 25, 2016 12:20:59 PM (8 years ago)
Author:
Chris Dumez
Message:

LOG_WITH_STREAM() macro should not have a semi colon at the end
https://bugs.webkit.org/show_bug.cgi?id=163951

Reviewed by Simon Fraser.

  • platform/LogMacros.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r207832 r207833  
     12016-10-25  Chris Dumez  <cdumez@apple.com>
     2
     3        LOG_WITH_STREAM() macro should not have a semi colon at the end
     4        https://bugs.webkit.org/show_bug.cgi?id=163951
     5
     6        Reviewed by Simon Fraser.
     7
     8        * platform/LogMacros.h:
     9
    1102016-10-25  Chris Dumez  <cdumez@apple.com>
    211
  • trunk/Source/WebCore/platform/LogMacros.h

    r207792 r207833  
    3838        commands; \
    3939        WTFLog(&JOIN_LOG_CHANNEL_WITH_PREFIX(LOG_CHANNEL_PREFIX, channel), "%s", stream.release().utf8().data()); \
    40     } while (0);
     40    } while (0)
    4141
    4242#endif // !LOG_DISABLED
Note: See TracChangeset for help on using the changeset viewer.