| Index: third_party/WebKit/Source/core/html/canvas/CanvasFontCache.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasFontCache.cpp b/third_party/WebKit/Source/core/html/canvas/CanvasFontCache.cpp
|
| index 6bdcd59fcd2d2fdd6f9be91b7244d8e41bad5d22..0c2de7be3e9ed7f796948dbafb07dcc05161c263 100644
|
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasFontCache.cpp
|
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasFontCache.cpp
|
| @@ -21,7 +21,7 @@ const unsigned CanvasFontCacheHardMaxFontsLowEnd = 20;
|
| const unsigned CanvasFontCacheHiddenMaxFonts = 1;
|
| const int defaultFontSize = 10;
|
| const char defaultFontFamily[] = "sans-serif";
|
| -}
|
| +} // namespace
|
|
|
| namespace blink {
|
|
|
|
|