| Index: third_party/WebKit/public/platform/linux/WebSandboxSupport.h
|
| diff --git a/third_party/WebKit/public/platform/linux/WebSandboxSupport.h b/third_party/WebKit/public/platform/linux/WebSandboxSupport.h
|
| index 66cfd72dc60f926e3427245e7d6840f51f42fa6c..877631d794389a3e60b439942cf5d1eabd9443df 100644
|
| --- a/third_party/WebKit/public/platform/linux/WebSandboxSupport.h
|
| +++ b/third_party/WebKit/public/platform/linux/WebSandboxSupport.h
|
| @@ -44,7 +44,8 @@ struct WebFontRenderStyle;
|
| // https://chromium.googlesource.com/chromium/src/+/master/docs/linux_sandbox_ipc.md
|
| class WebSandboxSupport {
|
| public:
|
| - // Get information to instantiate a font which contains glyphs for the given Unicode code-point.
|
| + // Get information to instantiate a font which contains glyphs for the given
|
| + // Unicode code-point.
|
| // character: a UTF-32 codepoint
|
| // preferredLocale: preferred locale identifier for the |characters|
|
| // (e.g. "en", "ja", "zh-CN")
|
|
|