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 5004e3ab8c68bec36236fcb2012b7e36e071eed9..918c88ffd5253dd89ceba70d72b3de24d5f24c48 100644 |
--- a/third_party/WebKit/Source/core/testing/Internals.idl |
+++ b/third_party/WebKit/Source/core/testing/Internals.idl |
@@ -106,7 +106,7 @@ |
[RaisesException] Range markerRangeForNode(Node node, DOMString markerType, unsigned long index); |
[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); |
+ [RaisesException] void addCompositionMarker(Range range, DOMString underlineColorValue, DOMString thicknessValue, DOMString backgroundColorValue); |
void setTextMatchMarkersActive(Node node, unsigned long startOffset, unsigned long endOffset, boolean active); |
void setMarkedTextMatchesAreHighlighted(Document document, boolean highlight); |