Title: [170317] tags/Safari-538.42/Source/WebKit2
Revision
170317
Author
[email protected]
Date
2014-06-23 14:24:07 -0700 (Mon, 23 Jun 2014)

Log Message

Merged r170311.  

Modified Paths

Diff

Modified: tags/Safari-538.42/Source/WebKit2/ChangeLog (170316 => 170317)


--- tags/Safari-538.42/Source/WebKit2/ChangeLog	2014-06-23 21:12:00 UTC (rev 170316)
+++ tags/Safari-538.42/Source/WebKit2/ChangeLog	2014-06-23 21:24:07 UTC (rev 170317)
@@ -1,3 +1,17 @@
+2014-06-23  Lucas Forschler  <[email protected]>
+
+        Merge r170311
+
+    2014-06-23  Roger Fong  <[email protected]>
+
+            Unregister notification observer registered in r170156.
+            https://bugs.webkit.org/show_bug.cgi?id=134204.
+
+            Reviewed by Tim Horton.
+
+            * UIProcess/API/mac/WKView.mm:
+            (-[WKView dealloc]):
+
 2014-06-22  Gyuyoung Kim  <[email protected]>
 
         REGRESSION(r170163): It made everything crash on EFL

Modified: tags/Safari-538.42/Source/WebKit2/UIProcess/API/mac/WKView.mm (170316 => 170317)


--- tags/Safari-538.42/Source/WebKit2/UIProcess/API/mac/WKView.mm	2014-06-23 21:12:00 UTC (rev 170316)
+++ tags/Safari-538.42/Source/WebKit2/UIProcess/API/mac/WKView.mm	2014-06-23 21:24:07 UTC (rev 170317)
@@ -302,6 +302,8 @@
     NSNotificationCenter* workspaceNotificationCenter = [[NSWorkspace sharedWorkspace] notificationCenter];
     [workspaceNotificationCenter removeObserver:self name:NSWorkspaceActiveSpaceDidChangeNotification object:nil];
 
+    [[NSNotificationCenter defaultCenter] removeObserver:self name:NSApplicationWillTerminateNotification object:NSApp];
+
     WebContext::statistics().wkViewCount--;
 
     [super dealloc];
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to