| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 6f38e56ff0649300a4a808fcd6b392c570517978..4211870fe7765c8f3328c9de1d5349a04f0d20b9 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -63,6 +63,8 @@
|
| [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);
|
|
|
| // CSS Animation and Transition testing.
|
| [RaisesException] void pauseAnimations(double pauseTime);
|
|
|