Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(677)

Unified Diff: Source/core/frame/WindowBase64.idl

Issue 138223002: WIP: Implement binding layer for Blink-in-JavaScript Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/frame/DOMWindowBase64.cpp ('k') | Source/core/frame/WindowBase64.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « Source/core/frame/DOMWindowBase64.cpp ('k') | Source/core/frame/WindowBase64.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698