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

Changeset 271255 in webkit


Ignore:
Timestamp:
Jan 7, 2021, 12:54:45 PM (6 years ago)
Author:
Russell Epstein
Message:

Unreviewed build fix, rdar://problem/72894016

./dfg/DFGConstantFoldingPhase.cpp:710:33: error: non-void function 'foldConstants' should return a value [-Wreturn-type]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-610.4.3.1-branch/Source/JavaScriptCore/dfg/DFGConstantFoldingPhase.cpp

    r271246 r271255  
    708708                            auto* watchpoints = structure->propertyReplacementWatchpointSet(condition.offset());
    709709                            if (!watchpoints || watchpoints->isStillValid())
    710                                 return;
     710                                allGood = false;
     711                                break;
    711712                        }
    712713
Note: See TracChangeset for help on using the changeset viewer.