| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index f7321ad9c0d79558d6b5c0025fedcbe632235c46..93f9299de7eec048284ffde24c849d68b335a137 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*);
|
|
|
| unsigned countHitRegions(CanvasRenderingContext2D*);
|
|
|
|
|