Title: [148771] trunk/Source/WTF
- Revision
- 148771
- Author
- [email protected]
- Date
- 2013-04-19 14:13:47 -0700 (Fri, 19 Apr 2013)
Log Message
Remove the declaration of MemoryObjectInfo from StringImpl
https://bugs.webkit.org/show_bug.cgi?id=114788
Reviewed by Andreas Kling.
* wtf/text/StringImpl.h: The declaration is an other left over from chromium.
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (148770 => 148771)
--- trunk/Source/WTF/ChangeLog 2013-04-19 21:10:34 UTC (rev 148770)
+++ trunk/Source/WTF/ChangeLog 2013-04-19 21:13:47 UTC (rev 148771)
@@ -1,5 +1,14 @@
2013-04-19 Benjamin Poulain <[email protected]>
+ Remove the declaration of MemoryObjectInfo from StringImpl
+ https://bugs.webkit.org/show_bug.cgi?id=114788
+
+ Reviewed by Andreas Kling.
+
+ * wtf/text/StringImpl.h: The declaration is an other left over from chromium.
+
+2013-04-19 Benjamin Poulain <[email protected]>
+
Make StringImpl::cost const
https://bugs.webkit.org/show_bug.cgi?id=114790
Modified: trunk/Source/WTF/wtf/text/StringImpl.h (148770 => 148771)
--- trunk/Source/WTF/wtf/text/StringImpl.h 2013-04-19 21:10:34 UTC (rev 148770)
+++ trunk/Source/WTF/wtf/text/StringImpl.h 2013-04-19 21:13:47 UTC (rev 148771)
@@ -64,7 +64,6 @@
struct HashAndUTF8CharactersTranslator;
struct LCharBufferTranslator;
struct CharBufferFromLiteralDataTranslator;
-class MemoryObjectInfo;
struct SubstringTranslator;
struct UCharBufferTranslator;
template<typename> class RetainPtr;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes