| Index: webkit/tools/test_shell/mac/test_webview_delegate.mm
|
| diff --git a/webkit/tools/test_shell/mac/test_webview_delegate.mm b/webkit/tools/test_shell/mac/test_webview_delegate.mm
|
| index dce18b5573944f086ba402e4932495ed4b47fa42..e0d3f38c8d55da0fc231c587b86b4cecaed388b4 100644
|
| --- a/webkit/tools/test_shell/mac/test_webview_delegate.mm
|
| +++ b/webkit/tools/test_shell/mac/test_webview_delegate.mm
|
| @@ -103,7 +103,7 @@ void TestWebViewDelegate::closeWidgetSoon() {
|
| }
|
|
|
| void TestWebViewDelegate::didChangeCursor(const WebCursorInfo& cursor_info) {
|
| - NSCursor* ns_cursor = WebCursor(cursor_info).GetCursor();
|
| + NSCursor* ns_cursor = WebCursor(cursor_info).GetNativeCursor();
|
| [ns_cursor set];
|
| }
|
|
|
|
|