summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2016-05-18 16:21:32 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-05-18 16:21:32 +0000
commit8558b8c8097eb05b957bec3533629c13e20ba874 (patch)
treec8afb3190ecd18bc30c249ae547c4378d41dd408
parenta4cbd6b13ce2891d31c57e9a77738059ef71149a (diff)
parent85612b3e44ad690e210465bf5bf59e78fd2b7a87 (diff)
downloadwebview-8558b8c8097eb05b957bec3533629c13e20ba874.tar.gz
-rw-r--r--chromium/plat_support/draw_gl_functor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/plat_support/draw_gl_functor.cpp b/chromium/plat_support/draw_gl_functor.cpp
index c35d961..25f4877 100644
--- a/chromium/plat_support/draw_gl_functor.cpp
+++ b/chromium/plat_support/draw_gl_functor.cpp
@@ -31,7 +31,7 @@
#include <utils/Log.h>
#define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0])))
-#define COMPILE_ASSERT(expr, err) static const char err[(expr) ? 1 : -1] = "";
+#define COMPILE_ASSERT(expr, err) static const char (err)[(expr) ? 1 : -1] = "";
namespace android {
namespace {