Title: [200979] trunk/Tools
Revision
200979
Author
[email protected]
Date
2016-05-16 16:21:32 -0700 (Mon, 16 May 2016)

Log Message

build fix after r200968 and r200969

Unreviewed.

* DumpRenderTree/mac/EventSendingController.mm:
(-[EventSendingController keyDown:withModifiers:withLocation:]):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (200978 => 200979)


--- trunk/Tools/ChangeLog	2016-05-16 23:19:36 UTC (rev 200978)
+++ trunk/Tools/ChangeLog	2016-05-16 23:21:32 UTC (rev 200979)
@@ -1,3 +1,12 @@
+2016-05-16  Enrica Casucci  <[email protected]>
+
+        build fix after r200968 and r200969
+
+        Unreviewed.
+
+        * DumpRenderTree/mac/EventSendingController.mm:
+        (-[EventSendingController keyDown:withModifiers:withLocation:]):
+
 2016-05-16  Jer Noble  <[email protected]>
 
         API test WebKit2.MSEIsPlayingAudio timing out after r200951

Modified: trunk/Tools/DumpRenderTree/mac/EventSendingController.mm (200978 => 200979)


--- trunk/Tools/DumpRenderTree/mac/EventSendingController.mm	2016-05-16 23:19:36 UTC (rev 200978)
+++ trunk/Tools/DumpRenderTree/mac/EventSendingController.mm	2016-05-16 23:21:32 UTC (rev 200979)
@@ -1074,7 +1074,7 @@
                         charactersIgnoringModifiers:charactersIgnoringModifiers
                         modifiers:(WebEventFlags)modifierFlags
                         isRepeating:NO
-                        isPopupVariant:NO
+                        withFlags:0
                         keyCode:[character characterAtIndex:0]
                         isTabKey:([character characterAtIndex:0] == '\t')
                         characterSet:WebEventCharacterSetASCII];
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to