| 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 ebed1a63bf97b77e8b8df2cf6e7183f5125193fd..2fbdb9e7ccf9201aebf472f54759bf0239d79072 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
|
| @@ -534,7 +534,7 @@ static String extractWebGLContextCreationError(const Platform::GraphicsInfo& inf
|
| formatWebGLStatusString("Reset notification strategy", String::format("0x%04x", info.resetNotificationStrategy).utf8().data(), statusMessage);
|
| formatWebGLStatusString("GPU process crash count", String::number(info.processCrashCount).utf8().data(), statusMessage);
|
| formatWebGLStatusString("ErrorMessage", info.errorMessage.utf8().data(), statusMessage);
|
| - statusMessage.append(".");
|
| + statusMessage.append('.');
|
| return statusMessage;
|
| }
|
|
|
|
|