| Index: core/frame/WindowBase64.idl
|
| diff --git a/core/frame/WindowBase64.idl b/core/frame/WindowBase64.idl
|
| index 134018ddc3e13c1cc7b5a4aa16f2c172d0b5258b..c5ed3a6b248d234b8d0d981a4cd0577b947f5127 100644
|
| --- a/core/frame/WindowBase64.idl
|
| +++ b/core/frame/WindowBase64.idl
|
| @@ -25,10 +25,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +// http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#windowbase64
|
| +
|
| [
|
| - ImplementedAs=DOMWindowBase64,
|
| - NoInterfaceObject,
|
| + NoInterfaceObject, // Always used on target of 'implements'
|
| ] interface WindowBase64 {
|
| - [RaisesException] DOMString atob(DOMString string);
|
| [RaisesException] DOMString btoa(DOMString string);
|
| + [RaisesException] DOMString atob(DOMString string);
|
| };
|
|
|