Changeset 201903 in webkit


Ignore:
Timestamp:
Jun 9, 2016 8:20:01 PM (8 years ago)
Author:
Chris Dumez
Message:

Address Darin's review comment on r201898.
https://bugs.webkit.org/show_bug.cgi?id=158576

Reviewed by Darin Adler.

  • page/Base64Utilities.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r201901 r201903  
     12016-06-09  Chris Dumez  <cdumez@apple.com>
     2
     3        Address Darin's review comment on r201898.
     4        https://bugs.webkit.org/show_bug.cgi?id=158576
     5
     6        Reviewed by Darin Adler.
     7
     8        * page/Base64Utilities.h:
     9
    1102016-06-09  Antoine Quint  <graouts@apple.com>
    211
  • trunk/Source/WebCore/page/Base64Utilities.h

    r201898 r201903  
    3333class Base64Utilities {
    3434public:
    35     Base64Utilities() = default;
    36 
    37     String btoa(const String& stringToEncode, ExceptionCode&);
    38     String atob(const String& encodedString, ExceptionCode&);
     35    static String btoa(const String& stringToEncode, ExceptionCode&);
     36    static String atob(const String& encodedString, ExceptionCode&);
    3937};
    4038
Note: See TracChangeset for help on using the changeset viewer.