| Index: Source/core/inspector/InspectorInputAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorInputAgent.cpp b/Source/core/inspector/InspectorInputAgent.cpp
|
| index 30af5cccff110de57b6b490d92d03e14421191ce..4e70d2048cb73c4af730f3790b86d5348bb7b13e 100644
|
| --- a/Source/core/inspector/InspectorInputAgent.cpp
|
| +++ b/Source/core/inspector/InspectorInputAgent.cpp
|
| @@ -122,7 +122,6 @@ void InspectorInputAgent::dispatchKeyEvent(ErrorString* error, const String& typ
|
| keyIdentifier ? *keyIdentifier : "",
|
| windowsVirtualKeyCode ? *windowsVirtualKeyCode : 0,
|
| nativeVirtualKeyCode ? *nativeVirtualKeyCode : 0,
|
| - macCharCode ? *macCharCode : 0,
|
| autoRepeat ? *autoRepeat : false,
|
| isKeypad ? *isKeypad : false,
|
| isSystemKey ? *isSystemKey : false,
|
|
|