Changeset 112130 in webkit


Ignore:
Timestamp:
Mar 26, 2012 11:12:38 AM (12 years ago)
Author:
antonm@chromium.org
Message:

Fix a typo in IDL
https://bugs.webkit.org/show_bug.cgi?id=82215

Reviewed by Adam Barth.

No new tests, just a typo fix.

  • notifications/WorkerContextNotifications.idl:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r112127 r112130  
     12012-03-26  Anton Muhin  <antonm@chromium.org>
     2
     3        Fix a typo in IDL
     4        https://bugs.webkit.org/show_bug.cgi?id=82215
     5
     6        Reviewed by Adam Barth.
     7
     8        No new tests, just a typo fix.
     9
     10        * notifications/WorkerContextNotifications.idl:
     11
    1122012-03-26  W. James MacLean  <wjmaclean@chromium.org>
    213
  • trunk/Source/WebCore/notifications/WorkerContextNotifications.idl

    r111969 r112130  
    3030        Conditional=NOTIFICATIONS|LEGACY_NOTIFICATIONS,
    3131        Supplemental=WorkerContext
    32     ] WorkerContextNotificiations {
     32    ] WorkerContextNotifications {
    3333        readonly attribute [V8EnabledAtRuntime] NotificationCenter webkitNotifications;
    3434    };
Note: See TracChangeset for help on using the changeset viewer.