| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index a98be1194712807f8a6e971687d2590cd2e1edb7..9381bbe9eea38f5bdf1ac89769edf4cc3d51d1bd 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -281,4 +281,6 @@
|
| void setValueForUser(Element element, DOMString value);
|
|
|
| DOMString textSurroundingNode(Node node, long x, long y, unsigned long maxLength);
|
| +
|
| + [RaisesException] DOMString manifestURL(Document document);
|
| };
|
|
|