| Index: third_party/WebKit/Source/core/page/PagePopupController.idl
|
| diff --git a/third_party/WebKit/Source/core/page/PagePopupController.idl b/third_party/WebKit/Source/core/page/PagePopupController.idl
|
| index 9d526ee4db549c008ed80c5ad7524a470adf2829..26668d71fc89c19aac907b34e44fc8238c50abc3 100644
|
| --- a/third_party/WebKit/Source/core/page/PagePopupController.idl
|
| +++ b/third_party/WebKit/Source/core/page/PagePopupController.idl
|
| @@ -28,6 +28,9 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +// PagePopupController provides functions used by form control popup
|
| +// implementations, and it's not exposed to the Web. WebPagePopupImpl class
|
| +// enables this interface by provideContextFeaturesTo().
|
| [
|
| NoInterfaceObject,
|
| RuntimeEnabled=PagePopup
|
|
|