Title: [119346] trunk/Source/WebKit2
Revision
119346
Author
[email protected]
Date
2012-06-02 19:23:10 -0700 (Sat, 02 Jun 2012)

Log Message

Remove unnecessary import of <Cocoa/Cocoa.h>
https://bugs.webkit.org/show_bug.cgi?id=88180

Reviewed by Sam Weinig.

* UIProcess/mac/WKFullKeyboardAccessWatcher.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (119345 => 119346)


--- trunk/Source/WebKit2/ChangeLog	2012-06-03 00:53:38 UTC (rev 119345)
+++ trunk/Source/WebKit2/ChangeLog	2012-06-03 02:23:10 UTC (rev 119346)
@@ -1,5 +1,14 @@
 2012-06-02  Andy Estes  <[email protected]>
 
+        Remove unnecessary import of <Cocoa/Cocoa.h>
+        https://bugs.webkit.org/show_bug.cgi?id=88180
+
+        Reviewed by Sam Weinig.
+
+        * UIProcess/mac/WKFullKeyboardAccessWatcher.h:
+
+2012-06-02  Andy Estes  <[email protected]>
+
         Ensure cpu_type_t is defined by including <mach/machine.h>
         https://bugs.webkit.org/show_bug.cgi?id=88178
 

Modified: trunk/Source/WebKit2/UIProcess/mac/WKFullKeyboardAccessWatcher.h (119345 => 119346)


--- trunk/Source/WebKit2/UIProcess/mac/WKFullKeyboardAccessWatcher.h	2012-06-03 00:53:38 UTC (rev 119345)
+++ trunk/Source/WebKit2/UIProcess/mac/WKFullKeyboardAccessWatcher.h	2012-06-03 02:23:10 UTC (rev 119346)
@@ -26,8 +26,6 @@
 #ifndef WKFullKeyboardAccessWatcher_h
 #define WKFullKeyboardAccessWatcher_h
 
-#import <Cocoa/Cocoa.h>
-
 @interface WKFullKeyboardAccessWatcher : NSObject {
 @private
     BOOL fullKeyboardAccessEnabled;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to