Title: [208649] trunk/Source/WebCore
Revision
208649
Author
m...@apple.com
Date
2016-11-12 09:13:39 -0800 (Sat, 12 Nov 2016)

Log Message

Tried to fix the build

* platform/spi/cocoa/NSTouchBarSPI.h: Removed duplicate @interface declarations.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (208648 => 208649)


--- trunk/Source/WebCore/ChangeLog	2016-11-12 14:50:50 UTC (rev 208648)
+++ trunk/Source/WebCore/ChangeLog	2016-11-12 17:13:39 UTC (rev 208649)
@@ -1,3 +1,9 @@
+2016-11-12  Dan Bernstein  <m...@apple.com>
+
+        Tried to fix the build
+
+        * platform/spi/cocoa/NSTouchBarSPI.h: Removed duplicate @interface declarations.
+
 2016-11-12  Frederic Wang  <fw...@igalia.com>
 
         Ensure MathML render tree are clean by the end of FrameView::layout().

Modified: trunk/Source/WebCore/platform/spi/cocoa/NSTouchBarSPI.h (208648 => 208649)


--- trunk/Source/WebCore/platform/spi/cocoa/NSTouchBarSPI.h	2016-11-12 14:50:50 UTC (rev 208648)
+++ trunk/Source/WebCore/platform/spi/cocoa/NSTouchBarSPI.h	2016-11-12 17:13:39 UTC (rev 208649)
@@ -34,13 +34,7 @@
 
 NS_ASSUME_NONNULL_BEGIN
 
-@interface NSTouchBarItem : NSObject
-@end
-
-@interface NSColorPickerTouchBarItem : NSTouchBarItem
-@end
-
-@interface NSTouchBar : NSObject
+@interface NSTouchBar ()
 @property (readonly, copy, nullable) NSArray<NSTouchBarItem *> *items;
 @property (strong, nullable) NSTouchBarItem *escapeKeyReplacementItem;
 @end
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to