| Index: Source/core/testing/Internals.cpp
|
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
|
| index bb17304b2f7b4de295e7dbed32d4cae5060699f0..07001b9c17c3232e7d6e4e6d22ef1f9c44c5ad2b 100644
|
| --- a/Source/core/testing/Internals.cpp
|
| +++ b/Source/core/testing/Internals.cpp
|
| @@ -156,7 +156,7 @@ bool InspectorFrontendChannelDummy::sendMessageToFrontend(const String& message)
|
| static bool markerTypesFrom(const String& markerType, DocumentMarker::MarkerTypes& result)
|
| {
|
| if (markerType.isEmpty() || equalIgnoringCase(markerType, "all"))
|
| - result = DocumentMarker::AllMarkers();
|
| + result = DocumentMarker::allMarkers();
|
| else if (equalIgnoringCase(markerType, "Spelling"))
|
| result = DocumentMarker::Spelling;
|
| else if (equalIgnoringCase(markerType, "Grammar"))
|
|
|