| Index: webkit/glue/webcursor_unittest.cc
|
| diff --git a/webkit/glue/webcursor_unittest.cc b/webkit/glue/webcursor_unittest.cc
|
| index 830905bc5648ec50b51d41daf4cb4daa4bfa9019..760193830bd254bfe68b8296cec72134617e0693 100644
|
| --- a/webkit/glue/webcursor_unittest.cc
|
| +++ b/webkit/glue/webcursor_unittest.cc
|
| @@ -29,7 +29,7 @@ TEST(WebCursorTest, OKCursorSerialization) {
|
| PickleIterator iter(ok_custom_pickle);
|
| EXPECT_TRUE(custom_cursor.Deserialize(&iter));
|
|
|
| -#if defined(TOOLKIT_USES_GTK)
|
| +#if defined(TOOLKIT_GTK)
|
| // On GTK+ using platforms, we should get a real native GdkCursor object back
|
| // (and the memory used should automatically be freed by the WebCursor object
|
| // for valgrind tests).
|
| @@ -157,7 +157,7 @@ TEST(WebCursorTest, EmptyImage) {
|
| PickleIterator iter(broken_cursor_pickle);
|
| ASSERT_TRUE(custom_cursor.Deserialize(&iter));
|
|
|
| -#if defined(TOOLKIT_USES_GTK)
|
| +#if defined(TOOLKIT_GTK)
|
| // On GTK+ using platforms, we make sure that we get NULL back from this
|
| // method; the relevant GDK methods take NULL as a request to use the default
|
| // cursor.
|
|
|