| Index: Source/wtf/IntegralTypedArrayBase.h
|
| diff --git a/Source/wtf/IntegralTypedArrayBase.h b/Source/wtf/IntegralTypedArrayBase.h
|
| index 1faf14cab51333b06b235c276cafd2d914a68c02..e464a923183c0565dd0d5593cec8e6de29b5fa99 100644
|
| --- a/Source/wtf/IntegralTypedArrayBase.h
|
| +++ b/Source/wtf/IntegralTypedArrayBase.h
|
| @@ -27,9 +27,9 @@
|
| #ifndef IntegralTypedArrayBase_h
|
| #define IntegralTypedArrayBase_h
|
|
|
| -#include <wtf/TypedArrayBase.h>
|
| +#include "wtf/TypedArrayBase.h"
|
| #include <limits>
|
| -#include <wtf/MathExtras.h>
|
| +#include "wtf/MathExtras.h"
|
|
|
| // Base class for all WebGL<T>Array types holding integral
|
| // (non-floating-point) values.
|
|
|