| Index: Source/platform/fonts/opentype/OpenTypeSanitizer.cpp
|
| diff --git a/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp b/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp
|
| index a66fec970676f32e540b1842a5a6fefd4e6a558b..1a6724407b97f2f220026e263fbfe6f40b7e2bf8 100644
|
| --- a/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp
|
| +++ b/Source/platform/fonts/opentype/OpenTypeSanitizer.cpp
|
| @@ -36,7 +36,7 @@
|
| #include "opentype-sanitiser.h"
|
| #include "ots-memory-stream.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| PassRefPtr<SharedBuffer> OpenTypeSanitizer::sanitize()
|
| {
|
| @@ -72,4 +72,4 @@ bool OpenTypeSanitizer::supportsFormat(const String& format)
|
| || (RuntimeEnabledFeatures::woff2Enabled() && equalIgnoringCase(format, "woff2"));
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|