| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index de07567b04cc1c9f56fb18ab45da61601e307d8f..c95e387ed5d3c23c42cffb7fd3709a6c8e62124e 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -97,6 +97,7 @@
|
| [RaisesException] ClientRect boundingBox(Element element);
|
|
|
| [RaisesException] ClientRectList inspectorHighlightRects(Document document);
|
| + [RaisesException] DOMString inspectorHighlightShape(Document document);
|
|
|
| [RaisesException] unsigned long markerCountForNode(Node node, DOMString markerType);
|
| [RaisesException] unsigned long activeMarkerCountForNode(Node node);
|
|
|