| Index: third_party/WebKit/Source/platform/text/BidiContext.h | 
| diff --git a/third_party/WebKit/Source/platform/text/BidiContext.h b/third_party/WebKit/Source/platform/text/BidiContext.h | 
| index a0d8e43ef31563f0d3f4691c2052f4523cba1d6a..e8ff16e7ed28614cf40ba4a9d45f77edda82de91 100644 | 
| --- a/third_party/WebKit/Source/platform/text/BidiContext.h | 
| +++ b/third_party/WebKit/Source/platform/text/BidiContext.h | 
| @@ -71,7 +71,7 @@ class PLATFORM_EXPORT BidiContext : public RefCounted<BidiContext> { | 
| override_(override), | 
| source_(source), | 
| parent_(parent) { | 
| -    ASSERT(level <= kMaxLevel); | 
| +    DCHECK(level <= kMaxLevel); | 
| } | 
|  | 
| static PassRefPtr<BidiContext> CreateUncached(unsigned char level, | 
|  |