Index: Source/platform/NotImplemented.h |
diff --git a/Source/platform/NotImplemented.h b/Source/platform/NotImplemented.h |
index f3c4bc28b63e9bcd4624c44a4be0804af45007cd..f9009ec2f7f577dc98f0d9e60221a515ef804378 100644 |
--- a/Source/platform/NotImplemented.h |
+++ b/Source/platform/NotImplemented.h |
@@ -35,7 +35,7 @@ |
namespace blink { |
PLATFORM_EXPORT WTFLogChannel* notImplementedLoggingChannel(); |
-} |
+} // namespace blink |
#define notImplemented() do { \ |
static bool havePrinted = false; \ |