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

Changeset 278639 in webkit


Ignore:
Timestamp:
Jun 8, 2021, 6:48:23 PM (5 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, fix new -Wreturn-type warning
https://bugs.webkit.org/show_bug.cgi?id=226718
<rdar://problem/78947485>

Patch by Michael Catanzaro <Michael Catanzaro> on 2021-06-08

  • rendering/HighlightData.cpp:

(WebCore::HighlightData::rangeForTextBox):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r278635 r278639  
     12021-06-08  Michael Catanzaro  <mcatanzaro@gnome.org>
     2
     3        Unreviewed, fix new -Wreturn-type warning
     4        https://bugs.webkit.org/show_bug.cgi?id=226718
     5        <rdar://problem/78947485>
     6
     7        * rendering/HighlightData.cpp:
     8        (WebCore::HighlightData::rangeForTextBox):
     9
    1102021-06-08  Jean-Yves Avenard  <jya@apple.com>
    211
  • trunk/Source/WebCore/rendering/HighlightData.cpp

    r278561 r278639  
    192192        return { 0, 0 };
    193193    };
     194
     195    RELEASE_ASSERT_NOT_REACHED();
    194196}
    195197
Note: See TracChangeset for help on using the changeset viewer.