| Index: third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
|
| index 3d4bc1c7f612782ff5387b4a16f7907d44d9f412..2b1255c4fdd622c31e31c0fe0c95b938e2787341 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
|
| @@ -335,7 +335,7 @@ class StripComments {
|
| }
|
|
|
| UChar current() {
|
| - ASSERT_WITH_SECURITY_IMPLICATION(m_position < m_length);
|
| + SECURITY_DCHECK(m_position < m_length);
|
| return m_sourceString[m_position];
|
| }
|
|
|
|
|