| Index: Source/wtf/text/TextCodecASCIIFastPath.h
|
| diff --git a/Source/wtf/text/TextCodecASCIIFastPath.h b/Source/wtf/text/TextCodecASCIIFastPath.h
|
| index ff599f927b4dec130c5b4f86508d20d76f5e9510..d27f164b65d20a8bb07862298d288ff70a4195d9 100644
|
| --- a/Source/wtf/text/TextCodecASCIIFastPath.h
|
| +++ b/Source/wtf/text/TextCodecASCIIFastPath.h
|
| @@ -27,7 +27,7 @@
|
| #ifndef TextCodecASCIIFastPath_h
|
| #define TextCodecASCIIFastPath_h
|
|
|
| -#include <wtf/text/ASCIIFastPath.h>
|
| +#include "wtf/text/ASCIIFastPath.h"
|
|
|
| namespace WTF {
|
|
|
|
|