| Index: third_party/WebKit/Source/wtf/Assertions.h
|
| diff --git a/third_party/WebKit/Source/wtf/Assertions.h b/third_party/WebKit/Source/wtf/Assertions.h
|
| index 7109d1dec103ddde36b0756e2503f3be3650fa27..feb59f174a226e86c099527400dda32a15fe15e9 100644
|
| --- a/third_party/WebKit/Source/wtf/Assertions.h
|
| +++ b/third_party/WebKit/Source/wtf/Assertions.h
|
| @@ -123,8 +123,8 @@ class WTF_EXPORT ScopedLogger {
|
| static ScopedLogger*& current();
|
|
|
| ScopedLogger* const m_parent;
|
| - bool
|
| - m_multiline; // The ')' will go on the same line if there is only one entry.
|
| + bool m_multiline; // The ')' will go on the same line if there is only one
|
| + // entry.
|
| static PrintFunctionPtr m_printFunc;
|
| };
|
|
|
|
|