| Index: third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp b/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp
|
| index c23b5d933874f114da9a941f66aaaf08b39f85dc..f945e820fcfd1ffde0e0d47cb1f8ba18b336e358 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp
|
| @@ -145,7 +145,7 @@ String quoteAndEscapeNonPrintables(const String& s) {
|
| result.append('\\');
|
| result.append('x');
|
| result.append('{');
|
| - appendUnsignedAsHex(c, result);
|
| + HexNumber::appendUnsignedAsHex(c, result);
|
| result.append('}');
|
| }
|
| }
|
|
|