Index: Source/core/page/Window.idl |
diff --git a/Source/core/page/Window.idl b/Source/core/page/Window.idl |
index e26d2db58bd3e4c8e09b30af715e24fe8e83372d..c6436a6ec79358baace3c3b148ee8662cdb5624a 100644 |
--- a/Source/core/page/Window.idl |
+++ b/Source/core/page/Window.idl |
@@ -180,10 +180,6 @@ |
[ImplementedAs=cancelAnimationFrame] void webkitCancelAnimationFrame(long id); |
[ImplementedAs=cancelAnimationFrame] void webkitCancelRequestAnimationFrame(long id); // This is a deprecated alias for webkitCancelAnimationFrame(). Remove this when removing vendor prefix. |
- // Base64 |
- [RaisesException] DOMString atob([TreatNullAs=NullString,Default=Undefined] optional DOMString string); |
- [RaisesException] DOMString btoa([TreatNullAs=NullString,Default=Undefined] optional DOMString string); |
- |
[Replaceable] readonly attribute CSS CSS; |
// Events |
@@ -315,4 +311,4 @@ |
}; |
Window implements WindowTimers; |
- |
+Window implements WindowBase64; |