| Index: Source/web/WebInputEventConversion.cpp
|
| diff --git a/Source/web/WebInputEventConversion.cpp b/Source/web/WebInputEventConversion.cpp
|
| index afe7abfce22041ba349fd2e6aff2930b55794b35..b338599f4a5141ddc8e25cac98bded02dc2dffda 100644
|
| --- a/Source/web/WebInputEventConversion.cpp
|
| +++ b/Source/web/WebInputEventConversion.cpp
|
| @@ -114,7 +114,7 @@ static unsigned toPlatformEventModifiers(int webModifiers)
|
| return newModifiers;
|
| }
|
|
|
| -static unsigned toPlatformMouseEventModifiers(int webModifiers)
|
| +unsigned toPlatformMouseEventModifiers(int webModifiers)
|
| {
|
| unsigned newModifiers = toPlatformEventModifiers(webModifiers);
|
| if (webModifiers & WebInputEvent::LeftButtonDown)
|
|
|