Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index aa17d52b75a9827a3b8ca680c5cd95a87c21cf82..3b126788429fe2f747b62e07cd60454aff14d3e0 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -281,4 +281,6 @@ |
// before calling setNetworkConnectionInfo. |
void setNetworkStateNotifierTestOnly(boolean testOnly); |
[RaisesException] void setNetworkConnectionInfo(DOMString type); |
+ |
+ [RaisesException] DOMString serializeNavigationMarkup(Document document); |
}; |