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