Changeset 116649 in webkit


Ignore:
Timestamp:
May 10, 2012 8:59:36 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Konrad Piascik <kpiascik@rim.com> on 2012-05-10
Reviewed by Andreas Kling.

  • UseJSC.cmake:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r116647 r116649  
     12012-05-10  Konrad Piascik  <kpiascik@rim.com>
     2
     3        Fix typo in filename
     4        https://bugs.webkit.org/show_bug.cgi?id=86095
     5
     6        Reviewed by Andreas Kling.
     7
     8        * UseJSC.cmake:
     9
    1102012-05-10  Stephen Chenney  <schenney@chromium.org>
    211
  • trunk/Source/WebCore/UseJSC.cmake

    r115943 r116649  
    251251    LIST(APPEND WebCore_SOURCES
    252252        bindings/js/JSDesktopNotificationsCustom.cpp
    253         bindings/js/JSNotificationsCustom.cpp
     253        bindings/js/JSNotificationCustom.cpp
    254254    )
    255255ENDIF ()
Note: See TracChangeset for help on using the changeset viewer.