| Index: Source/platform/fonts/VDMXParser.h
|
| diff --git a/Source/platform/fonts/VDMXParser.h b/Source/platform/fonts/VDMXParser.h
|
| index 90ac952d41267fb3f0d28e1384346c4d8ca11896..d7d03635655ae85c8bc0c8fc60054190ea689631 100644
|
| --- a/Source/platform/fonts/VDMXParser.h
|
| +++ b/Source/platform/fonts/VDMXParser.h
|
| @@ -33,10 +33,10 @@
|
|
|
| #include <stdint.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
| bool parseVDMX(int* ymax, int* ymin,
|
| const uint8_t* vdmx, size_t vdmxLength,
|
| unsigned targetPixelSize);
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif
|
|
|