Title: [140700] trunk/Source/WebCore
Revision
140700
Author
[email protected]
Date
2013-01-24 11:25:53 -0800 (Thu, 24 Jan 2013)

Log Message

Fix a typo after r139838.

* dom/NodeRareData.h:
(NodeRareData):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (140699 => 140700)


--- trunk/Source/WebCore/ChangeLog	2013-01-24 19:21:51 UTC (rev 140699)
+++ trunk/Source/WebCore/ChangeLog	2013-01-24 19:25:53 UTC (rev 140700)
@@ -1,5 +1,12 @@
 2013-01-24  Ryosuke Niwa  <[email protected]>
 
+        Fix a typo after r139838.
+
+        * dom/NodeRareData.h:
+        (NodeRareData):
+
+2013-01-24  Ryosuke Niwa  <[email protected]>
+
         Abandoned Memory: SVGFontElement and Corresponding SVGDocument Never Deconstructed
         https://bugs.webkit.org/show_bug.cgi?id=66438
 

Modified: trunk/Source/WebCore/dom/NodeRareData.h (140699 => 140700)


--- trunk/Source/WebCore/dom/NodeRareData.h	2013-01-24 19:21:51 UTC (rev 140699)
+++ trunk/Source/WebCore/dom/NodeRareData.h	2013-01-24 19:25:53 UTC (rev 140700)
@@ -333,7 +333,7 @@
         m_connectedFrameCount -= amount;
     }
 
-    // This member function is intentionially not virtual to avoid adding a vtable pointer.
+    // This member function is intentionally not virtual to avoid adding a vtable pointer.
     void reportMemoryUsage(MemoryObjectInfo*) const;
 
 protected:
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to