| Index: Source/platform/fonts/VDMXParser.cpp
|
| diff --git a/Source/platform/fonts/VDMXParser.cpp b/Source/platform/fonts/VDMXParser.cpp
|
| index 5966ca77764ef41a0a4bc44d68ca3ade77e85a5a..13dc4bf2877d8290726c22d3d0086c9b9ab83b00 100644
|
| --- a/Source/platform/fonts/VDMXParser.cpp
|
| +++ b/Source/platform/fonts/VDMXParser.cpp
|
| @@ -104,7 +104,7 @@ private:
|
| //
|
| // Freetype does not parse these tables so we do so here.
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // Parse a TrueType VDMX table.
|
| // yMax: (output) the ascender value from the table
|
| @@ -200,4 +200,4 @@ bool parseVDMX(int* yMax, int* yMin,
|
| return false;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|