| Index: third_party/WebKit/public/web/WebInputEvent.h
|
| diff --git a/third_party/WebKit/public/web/WebInputEvent.h b/third_party/WebKit/public/web/WebInputEvent.h
|
| index 63837299dabd7772bda81521075d9656d6c3f11a..9a6f9cf21449f09ecf6aa557fe529e1456dcf83c 100644
|
| --- a/third_party/WebKit/public/web/WebInputEvent.h
|
| +++ b/third_party/WebKit/public/web/WebInputEvent.h
|
| @@ -331,7 +331,7 @@ public:
|
|
|
| // Sets keyIdentifier based on the value of windowsKeyCode. This is
|
| // handy for generating synthetic keyboard events.
|
| - BLINK_EXPORT void setKeyIdentifierFromWindowsKeyCode();
|
| + BLINK_COMMON_EXPORT void setKeyIdentifierFromWindowsKeyCode();
|
| };
|
|
|
| // WebMouseEvent --------------------------------------------------------------
|
|
|