| Index: third_party/WebKit/Source/core/editing/markers/DocumentMarker.h
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/DocumentMarker.h b/third_party/WebKit/Source/core/editing/markers/DocumentMarker.h
|
| index dbcfdf2964555be13aa50b7551bf2305f37a6fd8..f5635250f84801c870fc384b0422c4d5df4f7d41 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/DocumentMarker.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarker.h
|
| @@ -152,7 +152,7 @@ class CORE_EXPORT DocumentMarker : public GarbageCollected<DocumentMarker> {
|
| unsigned endOffset() const { return m_endOffset; }
|
|
|
| const String& description() const;
|
| - bool activeMatch() const;
|
| + bool IsActiveMatch() const;
|
| Color underlineColor() const;
|
| bool thick() const;
|
| Color backgroundColor() const;
|
|
|