| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 25c31814c2a5a3a0b7deeaabb7cb76b6a726286e..aa17d52b75a9827a3b8ca680c5cd95a87c21cf82 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -234,6 +234,8 @@
|
| // specified without security checks. Unspecified means this document.
|
| [RaisesException] void updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(optional Node node);
|
|
|
| + [RaisesException] void forceFullRepaint(Document document);
|
| +
|
| // Returns a list of draggable/non-draggable regions in the document.
|
| [RaisesException] ClientRectList draggableRegions(Document document);
|
| [RaisesException] ClientRectList nonDraggableRegions(Document document);
|
|
|