Chromium Code Reviews| Index: Source/wtf/ArrayBufferView.h |
| diff --git a/Source/wtf/ArrayBufferView.h b/Source/wtf/ArrayBufferView.h |
| index 2b6ca9838a8fd4d8cd76505bff012aaf5bf14c29..47d544f1d383d7d8efcbdc0d387d6702eba1ff88 100644 |
| --- a/Source/wtf/ArrayBufferView.h |
| +++ b/Source/wtf/ArrayBufferView.h |
| @@ -28,12 +28,12 @@ |
| #include "wtf/ArrayBuffer.h" |
| -#include <algorithm> |
| -#include <limits.h> |
| #include "wtf/PassRefPtr.h" |
| #include "wtf/RefCounted.h" |
| #include "wtf/RefPtr.h" |
| #include "wtf/WTFExport.h" |
| +#include <algorithm> // For std::min |
|
Nico
2015/04/16 21:16:56
remove comment
|
| +#include <limits.h> |
| namespace WTF { |