| 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 71620d29985690922c3d88a89f39e45951c8664c..5004e3ab8c68bec36236fcb2012b7e36e071eed9 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -107,7 +107,7 @@
|
| [RaisesException] DOMString markerDescriptionForNode(Node node, DOMString markerType, unsigned long index);
|
| [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 setTextMatchMarkersActive(Node node, unsigned long startOffset, unsigned long endOffset, boolean active);
|
| void setMarkedTextMatchesAreHighlighted(Document document, boolean highlight);
|
|
|
| [RaisesException] void setFrameViewPosition(Document document, long x, long y);
|
|
|