summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/platform/wtf/text/TextCodec.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/platform/wtf/text/TextCodec.h')
-rw-r--r--chromium/third_party/WebKit/Source/platform/wtf/text/TextCodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/platform/wtf/text/TextCodec.h b/chromium/third_party/WebKit/Source/platform/wtf/text/TextCodec.h
index 2f8f3c86638..bef4fd7ab79 100644
--- a/chromium/third_party/WebKit/Source/platform/wtf/text/TextCodec.h
+++ b/chromium/third_party/WebKit/Source/platform/wtf/text/TextCodec.h
@@ -73,7 +73,7 @@ enum FlushBehavior {
static_assert(!kDoNotFlush, "DoNotFlush should be falsy");
static_assert(kFetchEOF, "FetchEOF should be truthy");
-static_assert(kDataEOF, "DataEOF should be truthy");
+static_assert(kDataEOF != 0, "DataEOF should be truthy");
class WTF_EXPORT TextCodec {
WTF_MAKE_NONCOPYABLE(TextCodec);