| Index: Source/web/tests/WebFrameTest.cpp
|
| diff --git a/Source/web/tests/WebFrameTest.cpp b/Source/web/tests/WebFrameTest.cpp
|
| index bae3cc9b1416685e1864e12981784ed8eeabcd1a..6e841858677dcf650c84476204a0a88994b84850 100644
|
| --- a/Source/web/tests/WebFrameTest.cpp
|
| +++ b/Source/web/tests/WebFrameTest.cpp
|
| @@ -2145,7 +2145,7 @@ private:
|
| };
|
|
|
| // This fails on Mac https://bugs.webkit.org/show_bug.cgi?id=108574
|
| -#if OS(DARWIN)
|
| +#if OS(MACOSX)
|
| TEST_F(WebFrameTest, DISABLED_FindInPageMatchRects)
|
| #else
|
| TEST_F(WebFrameTest, FindInPageMatchRects)
|
| @@ -2711,7 +2711,7 @@ TEST_F(WebFrameTest, DISABLED_PositionForPointTest)
|
| EXPECT_EQ(64, computeOffset(renderer, 1000, 1000));
|
| }
|
|
|
| -#if !OS(DARWIN)
|
| +#if !OS(MACOSX)
|
| TEST_F(WebFrameTest, SelectRangeStaysHorizontallyAlignedWhenMoved)
|
| {
|
| WebFrameImpl* frame;
|
|
|