| Index: Source/core/platform/graphics/opentype/OpenTypeSanitizer.cpp
|
| diff --git a/Source/core/platform/graphics/opentype/OpenTypeSanitizer.cpp b/Source/core/platform/graphics/opentype/OpenTypeSanitizer.cpp
|
| index 9415c88f22a9c24e68663d77aaef5a1e48359d4d..20d4442177fa6b8ff5ec636ad031a0cf49863059 100644
|
| --- a/Source/core/platform/graphics/opentype/OpenTypeSanitizer.cpp
|
| +++ b/Source/core/platform/graphics/opentype/OpenTypeSanitizer.cpp
|
| @@ -35,7 +35,7 @@
|
| #include "core/platform/SharedBuffer.h"
|
| #include "opentype-sanitiser.h"
|
| #include "ots-memory-stream.h"
|
| -#include <wtf/OwnArrayPtr.h>
|
| +#include "wtf/OwnArrayPtr.h"
|
|
|
| namespace WebCore {
|
|
|
|
|