| Index: Source/core/page/DOMWindow.h
|
| diff --git a/Source/core/page/DOMWindow.h b/Source/core/page/DOMWindow.h
|
| index ac289d4d1c526f106151321bf4938d12c5ed98e8..392e7ae1f9c28c439d0f9042c773f58f1953fd8d 100644
|
| --- a/Source/core/page/DOMWindow.h
|
| +++ b/Source/core/page/DOMWindow.h
|
| @@ -159,8 +159,6 @@ namespace WebCore {
|
| void alert(const String& message);
|
| bool confirm(const String& message);
|
| String prompt(const String& message, const String& defaultValue);
|
| - String btoa(const String& stringToEncode, ExceptionCode&);
|
| - String atob(const String& encodedString, ExceptionCode&);
|
|
|
| bool find(const String&, bool caseSensitive, bool backwards, bool wrap, bool wholeWord, bool searchInFrames, bool showDialog) const;
|
|
|
|
|