Changeset 262205 in webkit


Ignore:
Timestamp:
May 27, 2020 12:10:39 PM (4 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, fix -Wcomment build warning after r261986
https://bugs.webkit.org/show_bug.cgi?id=211950
<rdar://problem/63482718>

If we replace the /* with /&ast; then GCC won't complain that it looks like a comment.

Patch by Michael Catanzaro <Michael Catanzaro> on 2020-05-27

  • UIProcess/API/glib/WebKitSettings.cpp:

(webkit_settings_class_init):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r262204 r262205  
     12020-05-27  Michael Catanzaro  <mcatanzaro@gnome.org>
     2
     3        Unreviewed, fix -Wcomment build warning after r261986
     4        https://bugs.webkit.org/show_bug.cgi?id=211950
     5        <rdar://problem/63482718>
     6
     7        If we replace the /* with /&ast; then GCC won't complain that it looks like a comment.
     8
     9        * UIProcess/API/glib/WebKitSettings.cpp:
     10        (webkit_settings_class_init):
     11
    1122020-05-27  Brent Fulgham  <bfulgham@apple.com>
    213
  • trunk/Source/WebKit/UIProcess/API/glib/WebKitSettings.cpp

    r262186 r262205  
    15511551     *
    15521552     * List of media content types requiring hardware support, split by semicolons (:).
    1553      * For example: 'video/webm; codecs="vp*":video/mp4; codecs="avc*":video/*; codecs="av1*"'.
     1553     * For example: 'video/webm; codecs="vp*":video/mp4; codecs="avc*":video/&ast; codecs="av1*"'.
    15541554     *
    15551555     * Since: 2.30
Note: See TracChangeset for help on using the changeset viewer.