Title: [163555] trunk/Source/WebKit2
Revision
163555
Author
[email protected]
Date
2014-02-06 12:17:39 -0800 (Thu, 06 Feb 2014)

Log Message

Replace ’ with ' to silence the check-for-webkit-framework-include-consistency script.

* UIProcess/API/Cocoa/WKWebView.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (163554 => 163555)


--- trunk/Source/WebKit2/ChangeLog	2014-02-06 20:05:28 UTC (rev 163554)
+++ trunk/Source/WebKit2/ChangeLog	2014-02-06 20:17:39 UTC (rev 163555)
@@ -1,5 +1,11 @@
 2014-02-06  Anders Carlsson  <[email protected]>
 
+        Replace ’ with ' to silence the check-for-webkit-framework-include-consistency script.
+
+        * UIProcess/API/Cocoa/WKWebView.h:
+
+2014-02-06  Anders Carlsson  <[email protected]>
+
         Add backForwardList property to WKWebView
         https://bugs.webkit.org/show_bug.cgi?id=128320
 

Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.h (163554 => 163555)


--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.h	2014-02-06 20:05:28 UTC (rev 163554)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.h	2014-02-06 20:17:39 UTC (rev 163555)
@@ -58,7 +58,7 @@
 
 @property (nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
 
-/*! @abstract The view’s back-forward list. */
+/*! @abstract The view's back-forward list. */
 @property (nonatomic, readonly) WKBackForwardList *backForwardList;
 
 /*! @abstract Returns a view initialized with the specified frame and configuration.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to