| Index: Source/core/testing/Internals.cpp
|
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
|
| index 6f84a6b09302e5d3bf85f6c02a28aae1307d399a..0509861ed4250a146a996307d3d1bf6fce0cfbae 100644
|
| --- a/Source/core/testing/Internals.cpp
|
| +++ b/Source/core/testing/Internals.cpp
|
| @@ -1972,7 +1972,7 @@ static const char* cursorTypeToString(Cursor::Type cursorType)
|
|
|
| String Internals::getCurrentCursorInfo()
|
| {
|
| - Cursor cursor = frame()->page()->chromeClient().getLastSetCursorForTesting();
|
| + Cursor cursor = frame()->page()->chromeClient().lastSetCursorForTesting();
|
|
|
| StringBuilder result;
|
| result.appendLiteral("type=");
|
|
|