Searched defs:WTF_LOG (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DAssertions.h338 /* WTF_LOG */
341 #define WTF_LOG(channel, ...) ((void)0) macro
343 #define WTF_LOG(channel, ...) WTFLog(&JOIN_LOG_CHANNEL_WITH_PREFIX(LOG_CHANNEL_PREFIX, channel), __VA_ARGS__)

Completed in 77 milliseconds