| Index: core/frame/WindowBase64.idl
|
| diff --git a/core/frame/WindowBase64.idl b/core/frame/WindowBase64.idl
|
| index e27a93b90ee5e16638b0b1a3367cbcb9ff000dfe..134018ddc3e13c1cc7b5a4aa16f2c172d0b5258b 100644
|
| --- a/core/frame/WindowBase64.idl
|
| +++ b/core/frame/WindowBase64.idl
|
| @@ -26,8 +26,8 @@
|
| */
|
|
|
| [
|
| + ImplementedAs=DOMWindowBase64,
|
| NoInterfaceObject,
|
| - ImplementedAs=DOMWindowBase64
|
| ] interface WindowBase64 {
|
| [RaisesException] DOMString atob(DOMString string);
|
| [RaisesException] DOMString btoa(DOMString string);
|
|
|