| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 2b2c085d76eb2b14cfaca859064ccffb1b0ffa34..182961d1efaba43420fddb57204385011fcc1f8d 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -292,6 +292,8 @@
|
| void setFocused(boolean focused);
|
| void setInitialFocus(boolean reverse);
|
|
|
| + [TypeChecking=Interface] boolean ignoreLayoutWithPendingStylesheets(Document document);
|
| +
|
| // These functions are for testing NetInfo. You must call setNetworkStateNotifierTestOnly(true)
|
| // before calling setNetworkConnectionInfo.
|
| void setNetworkStateNotifierTestOnly(boolean testOnly);
|
|
|