| Index: third_party/WebKit/Source/core/testing/Internals.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
|
| index a8159de6427f34716acc0eca896d010016074431..7970856aa94f55e122baed9133950b1256598eca 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -105,7 +105,7 @@
|
| unsigned long activeMarkerCountForNode(Node node);
|
| [RaisesException] Range markerRangeForNode(Node node, DOMString markerType, unsigned long index);
|
| [RaisesException] DOMString markerDescriptionForNode(Node node, DOMString markerType, unsigned long index);
|
| - void addTextMatchMarker(Range range, boolean isActive);
|
| + [RaisesException] void addTextMatchMarker(Range range, DOMString matchStatus);
|
| [RaisesException] void addCompositionMarker(Range range, DOMString underlineColorValue, boolean thick, DOMString backgroundColorValue);
|
| void setMarkersActive(Node node, unsigned long startOffset, unsigned long endOffset, boolean active);
|
| void setMarkedTextMatchesAreHighlighted(Document document, boolean highlight);
|
|
|