Index: public/platform/WebGamepads.h |
diff --git a/public/platform/WebGamepads.h b/public/platform/WebGamepads.h |
index 1fa1e817d4e1ab32b5598a643b90688da6bc6955..2aa8621979d741a2075bf6a6c06ef98301be1b73 100644 |
--- a/public/platform/WebGamepads.h |
+++ b/public/platform/WebGamepads.h |
@@ -52,7 +52,7 @@ public: |
}; |
#if BLINK_IMPLEMENTATION |
-COMPILE_ASSERT(sizeof(WebGamepads) == 2888, WebGamepads_has_wrong_size); |
+static_assert(sizeof(WebGamepads) == 2888, "WebGamepads has wrong size"); |
#endif |
#pragma pack(pop) |