| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index a162fb30c1b6e50f66328de1695926b293d5f8d0..52910ca2a666795c4bbb22babc0fdd85702943ef 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -63,9 +63,6 @@
|
| [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);
|
|
|