Changeset 103412 in webkit


Ignore:
Timestamp:
Dec 21, 2011 10:19:08 AM (12 years ago)
Author:
weinig@apple.com
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.

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r103410 r103412  
     12011-12-21  Sam Weinig  <sam@webkit.org>
     2
     3        Exception thrown when running WKBrowsingContextLoadDelegateTest.SimpleLoad test
     4        https://bugs.webkit.org/show_bug.cgi?id=75012
     5
     6        Reviewed by Adam Roben.
     7
     8        * UIProcess/API/mac/WKProcessGroup.mm:
     9        (-[WKProcessGroup dealloc]):
     10        Clear the WKContext's connection client.
     11
    1122011-12-21  Michael Brüning  <michael.bruning@nokia.com>
    213
  • trunk/Source/WebKit2/UIProcess/API/mac/WKProcessGroup.mm

    r102633 r103412  
    9595- (void)dealloc
    9696{
     97    WKContextSetConnectionClient(_data->_contextRef.get(), 0);
     98
    9799    [_data release];
    98100    [super dealloc];
Note: See TracChangeset for help on using the changeset viewer.