Reviewers: Mads Ager, Description: Merge r3397 to branches/1.3
The removal of the class TwoByteResource from test-strings.cc was not merged in as this class is still used on branches/1.3. A few changes (removal of #ifdef DEBUG/#endif in objects.h and objects-inl.h) from r3238 was also merged for the code to work. Finally the use of v8_str in test-string.h was changed to v8::String::New as v8_str was moved to cctest.h at some point after branches/1.3 was created. [email protected] Please review this at http://codereview.chromium.org/506018 SVN Base: http://v8.googlecode.com/svn/branches/1.3/ Affected files: M src/heap.cc M src/objects-inl.h M src/objects.h M test/cctest/test-strings.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
