Title: [163982] trunk/Source/WebKit2
Revision
163982
Author
[email protected]
Date
2014-02-12 13:38:57 -0800 (Wed, 12 Feb 2014)

Log Message

Fix build.

* UIProcess/API/Cocoa/WKProcessClass.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (163981 => 163982)


--- trunk/Source/WebKit2/ChangeLog	2014-02-12 21:37:58 UTC (rev 163981)
+++ trunk/Source/WebKit2/ChangeLog	2014-02-12 21:38:57 UTC (rev 163982)
@@ -1,3 +1,9 @@
+2014-02-12  Anders Carlsson  <[email protected]>
+
+        Fix build.
+
+        * UIProcess/API/Cocoa/WKProcessClass.h:
+
 2014-02-12  Benjamin Poulain  <[email protected]>
 
         [WK2][iOS] Add back the special viewport for the old xhtml mobile doctype

Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKProcessClass.h (163981 => 163982)


--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKProcessClass.h	2014-02-12 21:37:58 UTC (rev 163981)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKProcessClass.h	2014-02-12 21:38:57 UTC (rev 163982)
@@ -30,7 +30,7 @@
 
 @class WKProcessClassConfiguration;
 
-/*! A WKProcessClass defines a distinct type—or category—of Web Content process.
+/*! A WKProcessClass defines a distinct type-or category-of Web Content process.
  A @link WKWebView @/link specifies the WKProcessClass of the Web
  Content process backing it through its @link WKWebViewConfiguration @/link.
  @helperclass @link WKProcessClassConfiguration @/link
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to