Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index 4ee95f627445738bad9204c4be35fe49174c723d..c7dfa95dd4d33a132a5919536e10003592277ba9 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -63,6 +63,9 @@ |
[RaisesException] unsigned long updateStyleAndReturnAffectedElementCount(); |
[RaisesException] unsigned long needsLayoutCount(); |
[RaisesException] unsigned long hitTestCount(Document document); |
+ [RaisesException] unsigned long hitTestCacheHits(Document document); |
+ [RaisesException] Element? elementFromPointNoCache(Document document, double x, double y); |
+ [RaisesException] void clearHitTestCache(Document document); |
// CSS Animation and Transition testing. |
[RaisesException] void pauseAnimations(double pauseTime); |