| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index f90376825d2bfd0dd279c1a1b4c11416311a4b0b..061d43fc4d7d92a9cf8a034550d58d089bec1f24 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -335,8 +335,6 @@ public:
|
| 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&);
|
|
|