Skip to content

Commit b9cf842

Browse files
committed
WebCore scope for logging
1 parent 9a1bb05 commit b9cf842

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/WebCore/platform/qt/QtDiskCacheDelegate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ QtDiskCacheDelegate::QtDiskCacheDelegate(const QString& cachePath, size_t maxSiz
5252
});
5353

5454
// Initialize eagerly if logging is enabled to show startup message
55-
if (LogBytecodeCache.state != WTFLogChannelState::Off)
55+
if (WebCore::LogBytecodeCache.state != WTFLogChannelState::Off)
5656
ensureInitialized();
5757
}
5858

0 commit comments

Comments
 (0)