From 5dd4b3eaaa9a820b8989fe9b9ca1af6b92fe762b Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 6 Feb 2022 14:17:42 +0100 Subject: LibWeb: Put ResolvedCSSStyleDeclaration debug spam behind a macro Blowing up the debug console with a fajillion FIXME's whenever you navigate in the web inspector is no fun. --- Meta/CMake/all_the_debug_macros.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'Meta/CMake') diff --git a/Meta/CMake/all_the_debug_macros.cmake b/Meta/CMake/all_the_debug_macros.cmake index 4ff054c51c..82f9422364 100644 --- a/Meta/CMake/all_the_debug_macros.cmake +++ b/Meta/CMake/all_the_debug_macros.cmake @@ -100,6 +100,7 @@ set(KEYBOARD_SHORTCUTS_DEBUG ON) set(KMALLOC_DEBUG ON) set(LANGUAGE_SERVER_DEBUG ON) set(LEXER_DEBUG ON) +set(LIBWEB_CSS_DEBUG ON) set(LINE_EDITOR_DEBUG ON) set(LOCAL_SOCKET_DEBUG ON) set(LOCK_DEBUG ON) -- cgit v1.2.3