Title: [158418] trunk/Source/WebKit2
Revision
158418
Author
[email protected]
Date
2013-10-31 18:27:08 -0700 (Thu, 31 Oct 2013)

Log Message

Fix a typo/review comment from Dan, in http://trac.webkit.org/changeset/158413

* Shared/API/Cocoa/WKRemoteObjectCoder.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (158417 => 158418)


--- trunk/Source/WebKit2/ChangeLog	2013-11-01 01:16:33 UTC (rev 158417)
+++ trunk/Source/WebKit2/ChangeLog	2013-11-01 01:27:08 UTC (rev 158418)
@@ -1,5 +1,11 @@
 2013-10-31  Tim Horton  <[email protected]>
 
+        Fix a typo/review comment from Dan, in http://trac.webkit.org/changeset/158413
+
+        * Shared/API/Cocoa/WKRemoteObjectCoder.mm:
+
+2013-10-31  Tim Horton  <[email protected]>
+
         Remote Layer Tree: Vend layer contents via IOSurfaces
         https://bugs.webkit.org/show_bug.cgi?id=123600
 

Modified: trunk/Source/WebKit2/Shared/API/Cocoa/WKRemoteObjectCoder.mm (158417 => 158418)


--- trunk/Source/WebKit2/Shared/API/Cocoa/WKRemoteObjectCoder.mm	2013-11-01 01:16:33 UTC (rev 158417)
+++ trunk/Source/WebKit2/Shared/API/Cocoa/WKRemoteObjectCoder.mm	2013-11-01 01:27:08 UTC (rev 158418)
@@ -54,7 +54,7 @@
     return self;
 }
 
-#if ASSERT_DISABLED
+#if !ASSERT_DISABLED
 - (void)dealloc
 {
     ASSERT(_currentDictionary == _rootDictionary);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to