| Index: third_party/WebKit/Source/wtf/Assertions.h
|
| diff --git a/third_party/WebKit/Source/wtf/Assertions.h b/third_party/WebKit/Source/wtf/Assertions.h
|
| index 4f9b24e207fa15ac027127735d79f10fbdd3ae06..e9988799b3d19aaa213d11d649fd029ac223164e 100644
|
| --- a/third_party/WebKit/Source/wtf/Assertions.h
|
| +++ b/third_party/WebKit/Source/wtf/Assertions.h
|
| @@ -33,14 +33,14 @@
|
| // For non-debug builds, everything is disabled by default, except for the
|
| // RELEASE_ASSERT family of macros.
|
|
|
| -#include "base/allocator/oom.h"
|
| +#include <stdarg.h>
|
| +#include "base/allocator/partition_allocator/oom.h"
|
| #include "base/gtest_prod_util.h"
|
| #include "base/logging.h"
|
| #include "wtf/Compiler.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/WTFExport.h"
|
| #include "wtf/build_config.h"
|
| -#include <stdarg.h>
|
|
|
| #if OS(WIN)
|
| #include <windows.h>
|
|
|