Title: [112130] trunk/Source/WebCore
Revision
112130
Author
[email protected]
Date
2012-03-26 11:12:38 -0700 (Mon, 26 Mar 2012)

Log 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:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (112129 => 112130)


--- trunk/Source/WebCore/ChangeLog	2012-03-26 18:11:17 UTC (rev 112129)
+++ trunk/Source/WebCore/ChangeLog	2012-03-26 18:12:38 UTC (rev 112130)
@@ -1,3 +1,14 @@
+2012-03-26  Anton Muhin  <[email protected]>
+
+        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:
+
 2012-03-26  W. James MacLean  <[email protected]>
 
         [chromium] Change handleGestureFling() to use CCInputHandlerClient::Wheel.

Modified: trunk/Source/WebCore/notifications/WorkerContextNotifications.idl (112129 => 112130)


--- trunk/Source/WebCore/notifications/WorkerContextNotifications.idl	2012-03-26 18:11:17 UTC (rev 112129)
+++ trunk/Source/WebCore/notifications/WorkerContextNotifications.idl	2012-03-26 18:12:38 UTC (rev 112130)
@@ -29,7 +29,7 @@
     interface [
         Conditional=NOTIFICATIONS|LEGACY_NOTIFICATIONS,
         Supplemental=WorkerContext
-    ] WorkerContextNotificiations {
+    ] WorkerContextNotifications {
         readonly attribute [V8EnabledAtRuntime] NotificationCenter webkitNotifications;
     };
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to