| Index: third_party/WebKit/Source/platform/heap/SparseHeapBitmap.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/SparseHeapBitmap.h b/third_party/WebKit/Source/platform/heap/SparseHeapBitmap.h
|
| index bdc267296e1ce0bcaa66cc1b8dd6a43a941c8fb5..9ed8dccaf4be6e21bc782b1467a17b9d482cc139 100644
|
| --- a/third_party/WebKit/Source/platform/heap/SparseHeapBitmap.h
|
| +++ b/third_party/WebKit/Source/platform/heap/SparseHeapBitmap.h
|
| @@ -5,12 +5,12 @@
|
| #ifndef SparseHeapBitmap_h
|
| #define SparseHeapBitmap_h
|
|
|
| +#include <bitset>
|
| +#include <memory>
|
| #include "platform/heap/BlinkGC.h"
|
| #include "platform/heap/HeapPage.h"
|
| #include "wtf/Alignment.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <bitset>
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|