| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index bcf97a88c18039b4565603dc194ae24e80c8d85e..8d9d0bef6a734602c574595a3d9a032f55632f97 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -322,6 +322,7 @@ public:
|
| void setNetworkStateNotifierTestOnly(bool);
|
| // Test must call setNetworkStateNotifierTestOnly(true) before calling setNetworkConnectionInfo.
|
| void setNetworkConnectionInfo(const String&, ExceptionState&);
|
| + String serializeNavigationMarkup(Document*, ExceptionState&);
|
|
|
| private:
|
| explicit Internals(Document*);
|
|
|