Title: [103412] trunk/Source/WebKit2
- Revision
- 103412
- Author
- [email protected]
- Date
- 2011-12-21 10:19:08 -0800 (Wed, 21 Dec 2011)
Log Message
Exception thrown when running WKBrowsingContextLoadDelegateTest.SimpleLoad test
https://bugs.webkit.org/show_bug.cgi?id=75012
Reviewed by Adam Roben.
* UIProcess/API/mac/WKProcessGroup.mm:
(-[WKProcessGroup dealloc]):
Clear the WKContext's connection client.
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (103411 => 103412)
--- trunk/Source/WebKit2/ChangeLog 2011-12-21 17:20:43 UTC (rev 103411)
+++ trunk/Source/WebKit2/ChangeLog 2011-12-21 18:19:08 UTC (rev 103412)
@@ -1,3 +1,14 @@
+2011-12-21 Sam Weinig <[email protected]>
+
+ Exception thrown when running WKBrowsingContextLoadDelegateTest.SimpleLoad test
+ https://bugs.webkit.org/show_bug.cgi?id=75012
+
+ Reviewed by Adam Roben.
+
+ * UIProcess/API/mac/WKProcessGroup.mm:
+ (-[WKProcessGroup dealloc]):
+ Clear the WKContext's connection client.
+
2011-12-21 Michael BrĂ¼ning <[email protected]>
[Qt][WK2] Fix tst_QQuickWebView::scrollRequest() API test
Modified: trunk/Source/WebKit2/UIProcess/API/mac/WKProcessGroup.mm (103411 => 103412)
--- trunk/Source/WebKit2/UIProcess/API/mac/WKProcessGroup.mm 2011-12-21 17:20:43 UTC (rev 103411)
+++ trunk/Source/WebKit2/UIProcess/API/mac/WKProcessGroup.mm 2011-12-21 18:19:08 UTC (rev 103412)
@@ -94,6 +94,8 @@
- (void)dealloc
{
+ WKContextSetConnectionClient(_data->_contextRef.get(), 0);
+
[_data release];
[super dealloc];
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes