[WINCE] Fix JSString after r115516.
https://bugs.webkit.org/show_bug.cgi?id=87892
Reviewed by Geoffrey Garen.
r115516 splitted JSString into two classes, with addition nested classes.
Add a workaround for the WinCE compiler since it can't resolve the friend class
declerations corretly and denies the access to protected members of JSString.
* runtime/JSString.h:
(JSC::JSRopeString::RopeBuilder::append):
(JSC::JSRopeString::append):
(JSRopeString):
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@119016 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog
index 8f4d8e5..e5639e9 100644
--- a/Source/JavaScriptCore/ChangeLog
+++ b/Source/JavaScriptCore/ChangeLog
@@ -1,3 +1,19 @@
+2012-05-30 Patrick Gansterer <paroga@webkit.org>
+
+ [WINCE] Fix JSString after r115516.
+ https://bugs.webkit.org/show_bug.cgi?id=87892
+
+ Reviewed by Geoffrey Garen.
+
+ r115516 splitted JSString into two classes, with addition nested classes.
+ Add a workaround for the WinCE compiler since it can't resolve the friend class
+ declerations corretly and denies the access to protected members of JSString.
+
+ * runtime/JSString.h:
+ (JSC::JSRopeString::RopeBuilder::append):
+ (JSC::JSRopeString::append):
+ (JSRopeString):
+
2012-05-30 Oliver Hunt <oliver@apple.com>
Really provide error information with the inspector disabled