⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 293302 in webkit


Ignore:
Timestamp:
Apr 23, 2022, 10:49:49 PM (4 years ago)
Author:
Chris Dumez
Message:

Unreviewed build fix after r293301.

  • bindings/js/JSDOMConvertStrings.h:

(WebCore::Converter<IDLAtomStringAdaptor<IDLByteString>>::convert):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r293300 r293302  
     12022-04-23  Chris Dumez  <cdumez@apple.com>
     2
     3        Unreviewed build fix after r293301.
     4
     5        * bindings/js/JSDOMConvertStrings.h:
     6        (WebCore::Converter<IDLAtomStringAdaptor<IDLByteString>>::convert):
     7
    182022-04-23  Alan Bujtas  <zalan@apple.com>
    29
  • trunk/Source/WebCore/bindings/js/JSDOMConvertStrings.h

    r293301 r293302  
    188188
    189189template<> struct Converter<IDLAtomStringAdaptor<IDLByteString>> : DefaultConverter<IDLAtomStringAdaptor<IDLByteString>> {
    190     static String convert(JSC::JSGlobalObject& lexicalGlobalObject, JSC::JSValue value)
     190    static AtomString convert(JSC::JSGlobalObject& lexicalGlobalObject, JSC::JSValue value)
    191191    {
    192192        return valueToByteAtomString(lexicalGlobalObject, value);
Note: See TracChangeset for help on using the changeset viewer.