Title: [198041] trunk/Source/WebKit2
Revision
198041
Author
[email protected]
Date
2016-03-11 12:59:27 -0800 (Fri, 11 Mar 2016)

Log Message

Creating and releasing a WKBackForwardListItem crashes
https://bugs.webkit.org/show_bug.cgi?id=155376
rdar://problem/17377712

Reviewed by Dan Bernstein.

Make init unavailable.

* UIProcess/API/Cocoa/WKBackForwardListItem.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (198040 => 198041)


--- trunk/Source/WebKit2/ChangeLog	2016-03-11 20:26:09 UTC (rev 198040)
+++ trunk/Source/WebKit2/ChangeLog	2016-03-11 20:59:27 UTC (rev 198041)
@@ -1,3 +1,15 @@
+2016-03-11  Anders Carlsson  <[email protected]>
+
+        Creating and releasing a WKBackForwardListItem crashes
+        https://bugs.webkit.org/show_bug.cgi?id=155376
+        rdar://problem/17377712
+
+        Reviewed by Dan Bernstein.
+
+        Make init unavailable.
+
+        * UIProcess/API/Cocoa/WKBackForwardListItem.h:
+
 2016-03-11  Beth Dakin  <[email protected]>
 
         Follow-up to:

Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKBackForwardListItem.h (198040 => 198041)


--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKBackForwardListItem.h	2016-03-11 20:26:09 UTC (rev 198040)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKBackForwardListItem.h	2016-03-11 20:59:27 UTC (rev 198041)
@@ -36,6 +36,8 @@
 WK_CLASS_AVAILABLE(10_10, 8_0)
 @interface WKBackForwardListItem : NSObject
 
+- (instancetype)init NS_UNAVAILABLE;
+
 /*! @abstract The URL of the webpage represented by this item.
  */
 @property (readonly, copy) NSURL *URL;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to