Title: [163658] trunk/Source/WebCore
Revision
163658
Author
m...@apple.com
Date
2014-02-07 16:07:48 -0800 (Fri, 07 Feb 2014)

Log Message

iOS build fix.

* platform/PlatformKeyboardEvent.h: Fixed a typo.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (163657 => 163658)


--- trunk/Source/WebCore/ChangeLog	2014-02-07 23:37:54 UTC (rev 163657)
+++ trunk/Source/WebCore/ChangeLog	2014-02-08 00:07:48 UTC (rev 163658)
@@ -1,5 +1,11 @@
 2014-02-07  Dan Bernstein  <m...@apple.com>
 
+        iOS build fix.
+
+        * platform/PlatformKeyboardEvent.h: Fixed a typo.
+
+2014-02-07  Dan Bernstein  <m...@apple.com>
+
         Stop using PLATFORM(MAC) in WebCore/platform except where it means “OS X but not iOS”
         https://bugs.webkit.org/show_bug.cgi?id=128404
 

Modified: trunk/Source/WebCore/platform/PlatformKeyboardEvent.h (163657 => 163658)


--- trunk/Source/WebCore/platform/PlatformKeyboardEvent.h	2014-02-07 23:37:54 UTC (rev 163657)
+++ trunk/Source/WebCore/platform/PlatformKeyboardEvent.h	2014-02-08 00:07:48 UTC (rev 163658)
@@ -37,7 +37,7 @@
 #endif
 
 #if PLATFORM(IOS)
-OBCJ_CLASS WebEvent;
+OBJC_CLASS WebEvent;
 #endif
 
 #if PLATFORM(GTK)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to