| Index: third_party/WebKit/Source/core/testing/Internals.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.cpp b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| index c9c3ea6c7a5c397b1f2cdc76d3f891a6ceca5b74..4db80b5eebd4739414c6f09869120901f91effe7 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| @@ -1059,7 +1059,7 @@ void Internals::addCompositionMarker(const Range* range,
|
| "Invalid background color.")) {
|
| range->ownerDocument().markers().addCompositionMarker(
|
| range->startPosition(), range->endPosition(), underlineColor, thick,
|
| - backgroundColor);
|
| + backgroundColor, false);
|
| }
|
| }
|
|
|
|
|