Title: [161132] trunk/Source/WebCore
Revision
161132
Author
an...@apple.com
Date
2013-12-29 16:38:11 -0800 (Sun, 29 Dec 2013)

Log Message

Remove some accidental commented out code.

* testing/Internals.cpp:
(WebCore::Internals::mallocStatistics):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (161131 => 161132)


--- trunk/Source/WebCore/ChangeLog	2013-12-30 00:27:51 UTC (rev 161131)
+++ trunk/Source/WebCore/ChangeLog	2013-12-30 00:38:11 UTC (rev 161132)
@@ -1,5 +1,12 @@
 2013-12-29  Antti Koivisto  <an...@apple.com>
 
+        Remove some accidental commented out code.
+
+        * testing/Internals.cpp:
+        (WebCore::Internals::mallocStatistics):
+
+2013-12-29  Antti Koivisto  <an...@apple.com>
+
         Fix build.
 
         * xml/parser/XMLDocumentParser.cpp:

Modified: trunk/Source/WebCore/testing/Internals.cpp (161131 => 161132)


--- trunk/Source/WebCore/testing/Internals.cpp	2013-12-30 00:27:51 UTC (rev 161131)
+++ trunk/Source/WebCore/testing/Internals.cpp	2013-12-30 00:38:11 UTC (rev 161132)
@@ -1924,7 +1924,6 @@
 
 PassRefPtr<MallocStatistics> Internals::mallocStatistics() const
 {
-//    WTF::releaseFastMallocFreeMemory();
     return MallocStatistics::create();
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to