| Index: Source/web/WebInputEventConversion.cpp
|
| diff --git a/Source/web/WebInputEventConversion.cpp b/Source/web/WebInputEventConversion.cpp
|
| index 4df72e3f4659c04fe5b1350f19fec8012a2fd611..15a4fff10a15207723b483c9a30333e763575c2f 100644
|
| --- a/Source/web/WebInputEventConversion.cpp
|
| +++ b/Source/web/WebInputEventConversion.cpp
|
| @@ -115,7 +115,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)
|
|
|