We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1bb05 commit b9cf842Copy full SHA for b9cf842
1 file changed
Source/WebCore/platform/qt/QtDiskCacheDelegate.cpp
@@ -52,7 +52,7 @@ QtDiskCacheDelegate::QtDiskCacheDelegate(const QString& cachePath, size_t maxSiz
52
});
53
54
// Initialize eagerly if logging is enabled to show startup message
55
- if (LogBytecodeCache.state != WTFLogChannelState::Off)
+ if (WebCore::LogBytecodeCache.state != WTFLogChannelState::Off)
56
ensureInitialized();
57
}
58
0 commit comments