| Index: Source/core/testing/Internals.idl
|
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
|
| index 6c278c670340b3245634aa77a99ee96100cff4ca..45e3338a0f44fef799110245c27d1dd934fce90f 100644
|
| --- a/Source/core/testing/Internals.idl
|
| +++ b/Source/core/testing/Internals.idl
|
| @@ -290,6 +290,7 @@
|
| ClientRectList getTransitionElementRects();
|
| void hideAllTransitionElements();
|
| void showAllTransitionElements();
|
| + void setExitTransitionStylesheetsEnabled(boolean enabled);
|
|
|
| [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLElement plugin, DocumentFragment fragment);
|
| [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLElement plugin, PluginPlaceholderOptions options);
|
|
|