Changeset 139101 in webkit


Ignore:
Timestamp:
Jan 8, 2013 1:11:03 PM (11 years ago)
Author:
andersca@apple.com
Message:

Use correct capitalization in service name
https://bugs.webkit.org/show_bug.cgi?id=106368

Reviewed by Andreas Kling.

  • WebProcess/com.apple.WebProcess.sb.in:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r139093 r139101  
     12013-01-08  Anders Carlsson  <andersca@apple.com>
     2
     3        Use correct capitalization in service name
     4        https://bugs.webkit.org/show_bug.cgi?id=106368
     5
     6        Reviewed by Andreas Kling.
     7
     8        * WebProcess/com.apple.WebProcess.sb.in:
     9
    1102013-01-08  Anders Carlsson  <andersca@apple.com>
    211
  • trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in

    r139093 r139101  
    158158
    159159#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1090
    160        (global-name "com.apple.CoreServices.launchservicesd")
     160       (global-name "com.apple.coreservices.launchservicesd")
    161161#endif
    162162
Note: See TracChangeset for help on using the changeset viewer.