Title: [116649] trunk/Source/WebCore
Revision
116649
Author
[email protected]
Date
2012-05-10 08:59:36 -0700 (Thu, 10 May 2012)

Log Message

Fix typo in filename
https://bugs.webkit.org/show_bug.cgi?id=86095

Patch by Konrad Piascik <[email protected]> on 2012-05-10
Reviewed by Andreas Kling.

* UseJSC.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (116648 => 116649)


--- trunk/Source/WebCore/ChangeLog	2012-05-10 15:35:02 UTC (rev 116648)
+++ trunk/Source/WebCore/ChangeLog	2012-05-10 15:59:36 UTC (rev 116649)
@@ -1,3 +1,12 @@
+2012-05-10  Konrad Piascik  <[email protected]>
+
+        Fix typo in filename
+        https://bugs.webkit.org/show_bug.cgi?id=86095
+
+        Reviewed by Andreas Kling.
+
+        * UseJSC.cmake:
+
 2012-05-10  Stephen Chenney  <[email protected]>
 
         SVG Filters allow invalid elements as children

Modified: trunk/Source/WebCore/UseJSC.cmake (116648 => 116649)


--- trunk/Source/WebCore/UseJSC.cmake	2012-05-10 15:35:02 UTC (rev 116648)
+++ trunk/Source/WebCore/UseJSC.cmake	2012-05-10 15:59:36 UTC (rev 116649)
@@ -250,7 +250,7 @@
 IF (ENABLE_NOTIFICATIONS)
     LIST(APPEND WebCore_SOURCES
         bindings/js/JSDesktopNotificationsCustom.cpp
-        bindings/js/JSNotificationsCustom.cpp
+        bindings/js/JSNotificationCustom.cpp
     )
 ENDIF ()
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to