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

Unified Diff: core/frame/WindowBase64.idl

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 10 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 | « core/frame/Window.idl ('k') | core/html/FormData.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « core/frame/Window.idl ('k') | core/html/FormData.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698