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