Commit 602e7f89 authored by Gabriel Ivăncescu's avatar Gabriel Ivăncescu Committed by Alexandre Julliard

mshtml: Use proper event type for PageTransition events.

wine-gecko now supports their creation via CreateEvent. Signed-off-by: 's avatarGabriel Ivăncescu <gabrielopcode@gmail.com>
parent bce0ebaf
......@@ -83,7 +83,7 @@ static const WCHAR *event_types[] = {
L"MouseEvent",
L"Event", /* FIXME */
L"UIEvent",
L"Event", /* FIXME */
L"PageTransitionEvent",
L"MessageEvent",
L"ProgressEvent",
L"StorageEvent",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment