Chromium Code Reviews| Index: Source/core/page/PagePopupController.idl |
| diff --git a/Source/core/page/PagePopupController.idl b/Source/core/page/PagePopupController.idl |
| index 1ca5c57a968c46fa34bb3b29fee3463da15a68c2..b5c8a1e907a79430fa37e1e03569e012c6168610 100644 |
| --- a/Source/core/page/PagePopupController.idl |
| +++ b/Source/core/page/PagePopupController.idl |
| @@ -31,7 +31,6 @@ |
| [ |
| NoInterfaceObject, |
| Conditional=PAGE_POPUP, |
| - ImplementationLacksVTable |
| ] interface PagePopupController { |
| void setValueAndClosePopup(long numberValue, DOMString stringValue); |
| void setValue(DOMString value); |