Title: [169126] branches/safari-538.34.5-branch/Source/WebKit2
Diff
Modified: branches/safari-538.34.5-branch/Source/WebKit2/ChangeLog (169125 => 169126)
--- branches/safari-538.34.5-branch/Source/WebKit2/ChangeLog 2014-05-20 20:02:59 UTC (rev 169125)
+++ branches/safari-538.34.5-branch/Source/WebKit2/ChangeLog 2014-05-20 20:18:33 UTC (rev 169126)
@@ -1,3 +1,17 @@
+2014-05-20 Lucas Forschler <[email protected]>
+
+ Merge r169114
+
+ 2014-05-20 Anders Carlsson <[email protected]>
+
+ Fix a header comment
+ https://bugs.webkit.org/show_bug.cgi?id=133123
+ <rdar://problem/16973783>
+
+ Reviewed by Geoffrey Garen.
+
+ * UIProcess/API/Cocoa/WKUserContentController.h:
+
2014-05-19 Lucas Forschler <[email protected]>
Merge r169039
Modified: branches/safari-538.34.5-branch/Source/WebKit2/UIProcess/API/Cocoa/WKUserContentController.h (169125 => 169126)
--- branches/safari-538.34.5-branch/Source/WebKit2/UIProcess/API/Cocoa/WKUserContentController.h 2014-05-20 20:02:59 UTC (rev 169125)
+++ branches/safari-538.34.5-branch/Source/WebKit2/UIProcess/API/Cocoa/WKUserContentController.h 2014-05-20 20:18:33 UTC (rev 169126)
@@ -54,7 +54,7 @@
/*! @abstract Adds a script message handler.
@param scriptMessageHandler The message handler where the messages should be delivered.
@param name The name of the message handler.
- @discussion Adding a scriptMessageHandler adds a function window.webkit.messaging.<name>.postMessage(<messageBody>) for all frames.
+ @discussion Adding a scriptMessageHandler adds a function window.webkit.messageHandlers.<name>.postMessage(<messageBody>) for all frames.
*/
- (void)addScriptMessageHandler:(id <WKScriptMessageHandler>)scriptMessageHandler name:(NSString *)name;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes