Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(313)

Unified Diff: sky/engine/wtf/Assertions.h

Issue 1205793002: Remove config.h (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/wtf/ArrayBufferContents.h ('k') | sky/engine/wtf/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/wtf/Assertions.h
diff --git a/sky/engine/wtf/Assertions.h b/sky/engine/wtf/Assertions.h
index 0ce5617d5a3f47b0662ea1dc53af7b8c672e8ec9..220cf0166300f3a69699ff5cab6c0b701e7a77d8 100644
--- a/sky/engine/wtf/Assertions.h
+++ b/sky/engine/wtf/Assertions.h
@@ -37,14 +37,16 @@
RELEASE_ASSERT family of macros.
Defining any of the symbols explicitly prevents this from having any effect.
-
*/
+#include <cstddef>
+
#include "sky/engine/wtf/Compiler.h"
+#include "sky/engine/wtf/OperatingSystem.h"
#include "sky/engine/wtf/WTFExport.h"
-// Users must test "#if ENABLE(ASSERT)", which helps ensure that code
-// testing this macro has included this header.
+/* Users must test "#if ENABLE(ASSERT)", which helps ensure that code
+ testing this macro has included this header. */
#ifndef ENABLE_ASSERT
#ifdef NDEBUG
/* Disable ASSERT* macros in release mode by default. */
« no previous file with comments | « sky/engine/wtf/ArrayBufferContents.h ('k') | sky/engine/wtf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698