Title: [126519] trunk/Source/WebCore
Revision
126519
Author
[email protected]
Date
2012-08-23 17:52:08 -0700 (Thu, 23 Aug 2012)

Log Message

EFL build fix attempt after r126494. Try touching the IDL file.

* Modules/battery/BatteryManager.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (126518 => 126519)


--- trunk/Source/WebCore/ChangeLog	2012-08-24 00:50:01 UTC (rev 126518)
+++ trunk/Source/WebCore/ChangeLog	2012-08-24 00:52:08 UTC (rev 126519)
@@ -1,3 +1,9 @@
+2012-08-23  Ryosuke Niwa  <[email protected]>
+
+        EFL build fix attempt after r126494. Try touching the IDL file.
+
+        * Modules/battery/BatteryManager.idl:
+
 2012-08-23  Adam Barth  <[email protected]>
 
         Unreviewed attempt to fix build failure in Debug.

Modified: trunk/Source/WebCore/Modules/battery/BatteryManager.idl (126518 => 126519)


--- trunk/Source/WebCore/Modules/battery/BatteryManager.idl	2012-08-24 00:50:01 UTC (rev 126518)
+++ trunk/Source/WebCore/Modules/battery/BatteryManager.idl	2012-08-24 00:52:08 UTC (rev 126519)
@@ -42,7 +42,7 @@
         void removeEventListener(in DOMString type,
                                  in EventListener listener,
                                  in [Optional] boolean useCapture);
-        boolean dispatchEvent(in Event evt)
+        boolean dispatchEvent(in Event event)
             raises(EventException);
     };
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to