Correcting a bogus assert outdated since r9295.
Review URL: http://codereview.chromium.org/7909002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9300 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
fcc2e65aad
commit
3439ab60f7
@ -2336,7 +2336,7 @@ String* SlicedString::parent() {
|
||||
|
||||
|
||||
void SlicedString::set_parent(String* parent) {
|
||||
ASSERT(parent->IsSeqString());
|
||||
ASSERT(parent->IsSeqString() || parent->IsExternalString());
|
||||
WRITE_FIELD(this, kParentOffset, parent);
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2006-2008 the V8 project authors. All rights reserved.
|
||||
// Copyright 2011 the V8 project authors. All rights reserved.
|
||||
|
||||
// Check that we can traverse very deep stacks of ConsStrings using
|
||||
// StringInputBuffer. Check that Get(int) works on very deep stacks
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2009 the V8 project authors. All rights reserved.
|
||||
// Copyright 2011 the V8 project authors. All rights reserved.
|
||||
// Redistribution and use in source and binary forms, with or without
|
||||
// modification, are permitted provided that the following conditions are
|
||||
// met:
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2008 the V8 project authors. All rights reserved.
|
||||
// Copyright 2011 the V8 project authors. All rights reserved.
|
||||
// Redistribution and use in source and binary forms, with or without
|
||||
// modification, are permitted provided that the following conditions are
|
||||
// met:
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2009 the V8 project authors. All rights reserved.
|
||||
// Copyright 2011 the V8 project authors. All rights reserved.
|
||||
// Redistribution and use in source and binary forms, with or without
|
||||
// modification, are permitted provided that the following conditions are
|
||||
// met:
|
||||
|
Loading…
Reference in New Issue
Block a user