Index: Source/platform/fonts/FontDescription.h |
diff --git a/Source/platform/fonts/FontDescription.h b/Source/platform/fonts/FontDescription.h |
index a19db1229eef8580952afa6faa45505325cccb65..02cd9a13e6db65b402433d3d7b208745d29f318c 100644 |
--- a/Source/platform/fonts/FontDescription.h |
+++ b/Source/platform/fonts/FontDescription.h |
@@ -267,6 +267,6 @@ inline bool FontDescription::operator==(const FontDescription& other) const |
&& m_subpixelTextPosition == other.m_subpixelTextPosition; |
} |
-} |
+} // namespace blink |
#endif |