Title: [170314] trunk/Source/WebCore
Revision
170314
Author
[email protected]
Date
2014-06-23 13:24:43 -0700 (Mon, 23 Jun 2014)

Log Message

Add skeleton code for updated Gamepad API
https://bugs.webkit.org/show_bug.cgi?id=134165

Unreviewed - Forgotten review feedback from http://trac.webkit.org/changeset/170309

* Modules/gamepad/GamepadButton.idl: Forgot to commit the removal of NoInterfaceObject here.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (170313 => 170314)


--- trunk/Source/WebCore/ChangeLog	2014-06-23 20:19:35 UTC (rev 170313)
+++ trunk/Source/WebCore/ChangeLog	2014-06-23 20:24:43 UTC (rev 170314)
@@ -3,6 +3,15 @@
         Add skeleton code for updated Gamepad API
         https://bugs.webkit.org/show_bug.cgi?id=134165
 
+        Unreviewed - Forgotten review feedback from http://trac.webkit.org/changeset/170309
+
+        * Modules/gamepad/GamepadButton.idl: Forgot to commit the removal of NoInterfaceObject here.
+
+2014-06-23  Brady Eidson  <[email protected]>
+
+        Add skeleton code for updated Gamepad API
+        https://bugs.webkit.org/show_bug.cgi?id=134165
+
         Reviewed by Dean Jackson.
 
         No new tests (No change in behavior for any tested configuration)

Modified: trunk/Source/WebCore/Modules/gamepad/GamepadButton.idl (170313 => 170314)


--- trunk/Source/WebCore/Modules/gamepad/GamepadButton.idl	2014-06-23 20:19:35 UTC (rev 170313)
+++ trunk/Source/WebCore/Modules/gamepad/GamepadButton.idl	2014-06-23 20:24:43 UTC (rev 170314)
@@ -24,7 +24,6 @@
  */
 
 [
-    NoInterfaceObject,
     Conditional=GAMEPAD,
     ImplementationLacksVTable
 ] interface GamepadButton {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to