Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index d2d2d8cea9a9e7a3df6391d0eae742cc27a1ff99..c41028f67e9a648f398123c8e362a5e0e97e65e4 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -176,6 +176,9 @@ |
const unsigned short LAYER_TREE_INCLUDES_PAINTING_PHASES = 8; |
[RaisesException] DOMString layerTreeAsText(Document document, optional unsigned short flags); |
+ [RaisesException] DOMString paintOrderListsAsText(Element element); |
+ [RaisesException] PaintOrderLists paintOrderLists(Element element); |
+ |
[RaisesException] DOMString scrollingStateTreeAsText(Document document); |
[RaisesException] DOMString mainThreadScrollingReasons(Document document); |
[RaisesException] ClientRectList nonFastScrollableRects(Document document); |