| 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 28051d06fab11194ee84e29bc85eab9b336659b2..86d8a9feeaab911911c463523fca8c128613b7b4 100644
|
| --- a/third_party/WebKit/Source/core/page/PagePopupController.idl
|
| +++ b/third_party/WebKit/Source/core/page/PagePopupController.idl
|
| @@ -36,7 +36,7 @@
|
| void setValueAndClosePopup(long numberValue, DOMString stringValue);
|
| void setValue(DOMString value);
|
| void closePopup();
|
| - void selectFontsFromOwnerDocument(Document targetDocument);
|
| + [LegacyInterfaceTypeChecking] void selectFontsFromOwnerDocument(Document targetDocument);
|
| DOMString localizeNumberString(DOMString numberString);
|
| DOMString formatMonth(long year, long zeroBaseMonth);
|
| DOMString formatShortMonth(long year, long zeroBaseMonth);
|
|
|