Index: Source/core/frame/DOMWindowBase64.h |
diff --git a/Source/core/frame/DOMWindowBase64.h b/Source/core/frame/DOMWindowBase64.h |
index 21001e0bf625345cded68564b9c97ad3be189722..90b4746e0e1d1905bf4086f2ad05e4cbbdbf0455 100644 |
--- a/Source/core/frame/DOMWindowBase64.h |
+++ b/Source/core/frame/DOMWindowBase64.h |
@@ -38,10 +38,11 @@ |
namespace WebCore { |
class ExceptionState; |
+class ScriptWrappable; |
namespace DOMWindowBase64 { |
-String btoa(void*, const String& stringToEncode, ExceptionState&); |
-String atob(void*, const String& encodedString, ExceptionState&); |
+String btoa(ScriptWrappable&, const String& stringToEncode, ExceptionState&); |
+String atob(ScriptWrappable&, const String& encodedString, ExceptionState&); |
} |
} // namespace WebCore |