Index: third_party/WebKit/Source/platform/heap/HeapCompact.h |
diff --git a/third_party/WebKit/Source/platform/heap/HeapCompact.h b/third_party/WebKit/Source/platform/heap/HeapCompact.h |
index c39cec011c9c38f6242aecee6b83848d7298e5e1..3e6a88375eef214cce2f9f1408b98980787aa759 100644 |
--- a/third_party/WebKit/Source/platform/heap/HeapCompact.h |
+++ b/third_party/WebKit/Source/platform/heap/HeapCompact.h |
@@ -161,7 +161,7 @@ class PLATFORM_EXPORT HeapCompact final { |
// Logging macros activated by debug switches. |
-#define LOG_HEAP_COMPACTION_INTERNAL(msg, ...) dataLogF(msg, ##__VA_ARGS__) |
+#define LOG_HEAP_COMPACTION_INTERNAL(msg, ...) DataLogF(msg, ##__VA_ARGS__) |
#if DEBUG_HEAP_COMPACTION |
#define LOG_HEAP_COMPACTION(msg, ...) \ |