Title: [208489] trunk/Source/WebKit/mac
- Revision
- 208489
- Author
- bda...@apple.com
- Date
- 2016-11-09 14:27:16 -0800 (Wed, 09 Nov 2016)
Log Message
Attempted build fix.
* WebView/WebView.mm:
Modified Paths
Diff
Modified: trunk/Source/WebKit/mac/ChangeLog (208488 => 208489)
--- trunk/Source/WebKit/mac/ChangeLog 2016-11-09 22:27:12 UTC (rev 208488)
+++ trunk/Source/WebKit/mac/ChangeLog 2016-11-09 22:27:16 UTC (rev 208489)
@@ -1,3 +1,9 @@
+2016-11-09 Beth Dakin <bda...@apple.com>
+
+ Attempted build fix.
+
+ * WebView/WebView.mm:
+
2016-11-09 Darin Adler <da...@apple.com>
Move Range from ExceptionCode to ExceptionOr
Modified: trunk/Source/WebKit/mac/WebView/WebView.mm (208488 => 208489)
--- trunk/Source/WebKit/mac/WebView/WebView.mm 2016-11-09 22:27:12 UTC (rev 208488)
+++ trunk/Source/WebKit/mac/WebView/WebView.mm 2016-11-09 22:27:16 UTC (rev 208489)
@@ -686,6 +686,7 @@
@interface WebTextListTouchBarViewController : NSViewController {
@private
+ WebListType _currentListType;
WebView *_webView;
}
@@ -697,8 +698,6 @@
@implementation WebTextListTouchBarViewController
-@synthesize currentListType=_currentListType;
-
static const CGFloat listControlSegmentWidth = 67.0;
static const NSUInteger noListSegment = 0;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes