| Index: third_party/WebKit/Source/wtf/Assertions.h
|
| diff --git a/third_party/WebKit/Source/wtf/Assertions.h b/third_party/WebKit/Source/wtf/Assertions.h
|
| index 6fe194a44bc33f8ee0d0850b2ddf7e538a042b30..d00b3aa526b1e4c29b38cef90d2c6e921a29bb82 100644
|
| --- a/third_party/WebKit/Source/wtf/Assertions.h
|
| +++ b/third_party/WebKit/Source/wtf/Assertions.h
|
| @@ -179,7 +179,7 @@ private:
|
| // They are deprecated. We should use:
|
| // - DCHECK() for ASSERT()
|
| // - NOTREACHED() for ASSERT_NOT_REACHED()
|
| -// - DCHECK() and ALLOW_UNUSED_LOCAL() for ASSERT_UNUSED().
|
| +// - DCHECK() for ASSERT_UNUSED().
|
| #if OS(WIN)
|
| // FIXME: Change to use something other than ASSERT to avoid this conflict with
|
| // the underlying platform.
|
|
|