| Index: Source/core/page/PagePopupController.idl
|
| diff --git a/Source/core/page/PagePopupController.idl b/Source/core/page/PagePopupController.idl
|
| index 6d36d2b2d57895897c4bb717c124a2f2e04aea0a..be25a820d9938d04c232f0044246e5b12aa507ac 100644
|
| --- a/Source/core/page/PagePopupController.idl
|
| +++ b/Source/core/page/PagePopupController.idl
|
| @@ -31,7 +31,6 @@
|
| [
|
| WillBeGarbageCollected,
|
| NoInterfaceObject,
|
| - RuntimeEnabled=PagePopup
|
| ] interface PagePopupController {
|
| void setValueAndClosePopup(long numberValue, DOMString stringValue);
|
| void setValue(DOMString value);
|
|
|