Title: [119808] trunk/Source/WebCore
Revision
119808
Author
[email protected]
Date
2012-06-08 00:45:52 -0700 (Fri, 08 Jun 2012)

Log Message

Unreviewed. Fixed a comment, pointed out by ap@.

* platform/TreeShared.h:
(WebCore):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (119807 => 119808)


--- trunk/Source/WebCore/ChangeLog	2012-06-08 07:42:40 UTC (rev 119807)
+++ trunk/Source/WebCore/ChangeLog	2012-06-08 07:45:52 UTC (rev 119808)
@@ -1,3 +1,10 @@
+2012-06-08  Kentaro Hara  <[email protected]>
+
+        Unreviewed. Fixed a comment, pointed out by ap@.
+
+        * platform/TreeShared.h:
+        (WebCore):
+
 2012-06-08  Noel Gordon  <[email protected]>
 
         [chromium] WEBP image blue and red color channels reversed on Android

Modified: trunk/Source/WebCore/platform/TreeShared.h (119807 => 119808)


--- trunk/Source/WebCore/platform/TreeShared.h	2012-06-08 07:42:40 UTC (rev 119807)
+++ trunk/Source/WebCore/platform/TreeShared.h	2012-06-08 07:45:52 UTC (rev 119808)
@@ -39,7 +39,7 @@
 // All classes that inherit TreeShared need to define
 // callRemovedLastRef(TreeShared<T>*). This is necessary
 // to kill all virtual methods from TreeShared, by which
-// we can save 8 byte for the virtual method table.
+// we can save 8 byte for a virtual method table pointer.
 void callRemovedLastRef(TreeShared<ContainerNode>*);
 void callRemovedLastRef(TreeShared<SVGElementInstance>*);
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to