Index: third_party/WebKit/Source/core/layout/LayoutListMarker.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutListMarker.h b/third_party/WebKit/Source/core/layout/LayoutListMarker.h |
index 830adc45fb6a048dddf62f02662c743462c477c1..150f0bbc5b8f4a50085917406db6c55848dce34e 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutListMarker.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutListMarker.h |
@@ -1,7 +1,8 @@ |
/* |
* Copyright (C) 1999 Lars Knoll (knoll@kde.org) |
* (C) 1999 Antti Koivisto (koivisto@kde.org) |
- * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009 Apple Inc. All rights reserved. |
+ * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009 Apple Inc. |
+ * All rights reserved. |
* |
* This library is free software; you can redistribute it and/or |
* modify it under the terms of the GNU Library General Public |
@@ -42,7 +43,8 @@ class LayoutListMarker final : public LayoutBox { |
// of list style specific logic. |
enum class ListStyleCategory { None, Symbol, Language }; |
- // Returns the list's style as one of a reduced high level categorical set of styles. |
+ // Returns the list's style as one of a reduced high level categorical set of |
+ // styles. |
ListStyleCategory getListStyleCategory() const; |
bool isInside() const; |