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 cbe31e0551827ea5377a2307c32d59366b1dd419..1446bf668bcd4949dc176507402f244b62358f7d 100644 |
--- a/third_party/WebKit/Source/core/testing/Internals.idl |
+++ b/third_party/WebKit/Source/core/testing/Internals.idl |
@@ -114,6 +114,7 @@ enum EffectiveConnectionType { |
[RaisesException] DOMString markerDescriptionForNode(Node node, DOMString markerType, unsigned long index); |
[RaisesException] void addTextMatchMarker(Range range, DOMString matchStatus); |
[RaisesException] void addCompositionMarker(Range range, DOMString underlineColorValue, DOMString thicknessValue, DOMString backgroundColorValue); |
+ [RaisesException] void addActiveSuggestionMarker(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); |