Title: [205991] trunk/Source/WebKit/mac
Revision
205991
Author
[email protected]
Date
2016-09-15 12:18:36 -0700 (Thu, 15 Sep 2016)

Log Message

Need hasMarkedText on Mac
https://bugs.webkit.org/show_bug.cgi?id=162026
-and corresponding-
rdar://problem/28272353

Reviewed by Anders Carlsson.

* WebView/WebHTMLViewInternal.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/mac/ChangeLog (205990 => 205991)


--- trunk/Source/WebKit/mac/ChangeLog	2016-09-15 18:48:45 UTC (rev 205990)
+++ trunk/Source/WebKit/mac/ChangeLog	2016-09-15 19:18:36 UTC (rev 205991)
@@ -1,3 +1,14 @@
+2016-09-15  Beth Dakin  <[email protected]>
+
+        Need hasMarkedText on Mac
+        https://bugs.webkit.org/show_bug.cgi?id=162026
+        -and corresponding-
+        rdar://problem/28272353
+
+        Reviewed by Anders Carlsson.
+
+        * WebView/WebHTMLViewInternal.h:
+
 2016-09-12  Dean Jackson  <[email protected]>
 
         Replace RGBA32 with Color in member variables

Modified: trunk/Source/WebKit/mac/WebView/WebHTMLViewInternal.h (205990 => 205991)


--- trunk/Source/WebKit/mac/WebView/WebHTMLViewInternal.h	2016-09-15 18:48:45 UTC (rev 205990)
+++ trunk/Source/WebKit/mac/WebView/WebHTMLViewInternal.h	2016-09-15 19:18:36 UTC (rev 205991)
@@ -76,10 +76,10 @@
 #endif
 @end
 
+@interface WebHTMLView (RemovedAppKitSuperclassMethods)
 #if PLATFORM(IOS)
-@interface WebHTMLView (RemovedAppKitSuperclassMethods)
 - (void)delete:(id)sender;
 - (void)transpose:(id)sender;
+#endif
 - (BOOL)hasMarkedText;
 @end
-#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to