| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index c2895f9c5fb131971cb60bb6ae015895cd6646ed..b79dc64146995d42de70045ee4cadcf0bb4138f9 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -282,4 +282,6 @@
|
|
|
| // This function is for testing HitRegions on Canvas2D.
|
| unsigned long countHitRegions(CanvasRenderingContext2D context);
|
| +
|
| + [RaisesException] DOMString serializeNavigationMarkup(Document document);
|
| };
|
|
|