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

Unified Diff: core/frame/WindowBase64.idl

Issue 540533002: Roll IDL to Dartium37 (r181268) (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 3 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/frame/WindowEventHandlers.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 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);
};
« no previous file with comments | « core/frame/Window.idl ('k') | core/frame/WindowEventHandlers.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698