| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 87cabbbfc20abef8503ec019d56ca322ea4c5323..2823deb07976556c7b5bbb7b495f6bdfb4bf78e1 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -275,4 +275,6 @@
|
| DOMString textSurroundingNode(Node node, long x, long y, unsigned long maxLength);
|
|
|
| void setFocused(boolean focused);
|
| +
|
| + [RaisesException] void setNetworkConnectionInfo(DOMString type);
|
| };
|
|
|