| Index: third_party/WebKit/Source/core/testing/Internals.h
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
|
| index dd0c161d86d56fa261f54136f2d62e80c231a4cc..660cdbd73279db93ff1f1bfaa2afb235ef52c066 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -183,7 +183,9 @@ class Internals final : public GarbageCollected<Internals>,
|
| const String& markerType,
|
| unsigned index,
|
| ExceptionState&);
|
| - void addTextMatchMarker(const Range*, bool isActive);
|
| + void addTextMatchMarker(const Range*,
|
| + const String& matchStatus,
|
| + ExceptionState&);
|
| void addCompositionMarker(const Range*,
|
| const String& underlineColorValue,
|
| bool thick,
|
|
|