| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index b3cc2104e3a592ead58ae771e28e7a70fcd20b96..408f0f5a349649e5ca6317fd5c462d8f3ce886ae 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -235,6 +235,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);
|
|
|