| Index: Source/web/tests/ChromeClientImplTest.cpp
|
| diff --git a/Source/web/tests/ChromeClientImplTest.cpp b/Source/web/tests/ChromeClientImplTest.cpp
|
| index d339883633b4585ead993316d489ccff2f4ffdf0..4d62f9ed570a892ea0d7744c1e7bb0449a277671 100644
|
| --- a/Source/web/tests/ChromeClientImplTest.cpp
|
| +++ b/Source/web/tests/ChromeClientImplTest.cpp
|
| @@ -162,7 +162,7 @@ TEST_F(GetNavigationPolicyTest, ShiftLeftClickPopup)
|
|
|
| TEST_F(GetNavigationPolicyTest, ControlOrMetaLeftClick)
|
| {
|
| -#if OS(DARWIN)
|
| +#if OS(MACOSX)
|
| int modifiers = WebInputEvent::MetaKey;
|
| #else
|
| int modifiers = WebInputEvent::ControlKey;
|
| @@ -175,7 +175,7 @@ TEST_F(GetNavigationPolicyTest, ControlOrMetaLeftClick)
|
|
|
| TEST_F(GetNavigationPolicyTest, ControlOrMetaLeftClickPopup)
|
| {
|
| -#if OS(DARWIN)
|
| +#if OS(MACOSX)
|
| int modifiers = WebInputEvent::MetaKey;
|
| #else
|
| int modifiers = WebInputEvent::ControlKey;
|
| @@ -188,7 +188,7 @@ TEST_F(GetNavigationPolicyTest, ControlOrMetaLeftClickPopup)
|
|
|
| TEST_F(GetNavigationPolicyTest, ControlOrMetaAndShiftLeftClick)
|
| {
|
| -#if OS(DARWIN)
|
| +#if OS(MACOSX)
|
| int modifiers = WebInputEvent::MetaKey;
|
| #else
|
| int modifiers = WebInputEvent::ControlKey;
|
| @@ -202,7 +202,7 @@ TEST_F(GetNavigationPolicyTest, ControlOrMetaAndShiftLeftClick)
|
|
|
| TEST_F(GetNavigationPolicyTest, ControlOrMetaAndShiftLeftClickPopup)
|
| {
|
| -#if OS(DARWIN)
|
| +#if OS(MACOSX)
|
| int modifiers = WebInputEvent::MetaKey;
|
| #else
|
| int modifiers = WebInputEvent::ControlKey;
|
|
|