| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index f7321ad9c0d79558d6b5c0025fedcbe632235c46..3c547e8cb718ea2b63cad9da5aca44ca8767b7e1 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -319,6 +319,7 @@ public:
|
| void setNetworkStateNotifierTestOnly(bool);
|
| // Test must call setNetworkStateNotifierTestOnly(true) before calling setNetworkConnectionInfo.
|
| void setNetworkConnectionInfo(const String&, ExceptionState&);
|
| + String serializeNavigationMarkup(Document*, ExceptionState&);
|
|
|
| unsigned countHitRegions(CanvasRenderingContext2D*);
|
|
|
|
|