Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / mojo / public / cpp / utility / mutex.h
index 35611c2..4dc4aee 100644 (file)
@@ -63,7 +63,7 @@ class MutexLock {
 };
 
 // Catch bug where variable name is omitted (e.g., |MutexLock (&mu)|).
-#define MutexLock(x) MOJO_COMPILE_ASSERT(0, mutex_lock_missing_variable_name);
+#define MutexLock(x) static_assert(0, "MutexLock() missing variable name");
 
 }  // namespace mojo