| Index: Source/core/frame/Window.idl
|
| diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl
|
| index 77c6d97667138856a3c51af345e28d1c1f4b0f44..13c6af00f56103e267bad231df47e542b2cf2655 100644
|
| --- a/Source/core/frame/Window.idl
|
| +++ b/Source/core/frame/Window.idl
|
| @@ -62,7 +62,7 @@
|
| DOMString name,
|
| optional DOMString options);
|
|
|
| - [Custom] any showModalDialog(DOMString url,
|
| + [RuntimeEnabled=ShowModalDialog, Custom] any showModalDialog(DOMString url,
|
| optional any dialogArgs,
|
| optional DOMString featureArgs);
|
|
|
|
|