| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 061d43fc4d7d92a9cf8a034550d58d089bec1f24..f90376825d2bfd0dd279c1a1b4c11416311a4b0b 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -335,6 +335,8 @@
|
| void setFocused(bool);
|
| void setInitialFocus(bool);
|
|
|
| + bool ignoreLayoutWithPendingStylesheets(Document*);
|
| +
|
| void setNetworkStateNotifierTestOnly(bool);
|
| // Test must call setNetworkStateNotifierTestOnly(true) before calling setNetworkConnectionInfo.
|
| void setNetworkConnectionInfo(const String&, ExceptionState&);
|
|
|