Last minute typos from the last change.
TBR=vegorov Review URL: http://codereview.chromium.org/4037006 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5699 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
0dcaac1939
commit
ea7639a813
@ -846,7 +846,7 @@ MUST_USE_RESULT static MaybeObject* GenerateCheckPropertyCells(
|
||||
name,
|
||||
scratch,
|
||||
miss);
|
||||
if (result->IsFailure()) return t;
|
||||
if (result->IsFailure()) return result;
|
||||
}
|
||||
ASSERT(current->IsJSObject());
|
||||
current = JSObject::cast(current->GetPrototype());
|
||||
|
@ -512,7 +512,7 @@ static void CheckSymbols(const char** strings) {
|
||||
CHECK(a->IsSymbol());
|
||||
Object* b;
|
||||
MaybeObject* maybe_b = Heap::LookupAsciiSymbol(string);
|
||||
if (!maybe_maybe_b->ToObject(&b)) continue;
|
||||
if (!maybe_b->ToObject(&b)) continue;
|
||||
CHECK_EQ(b, a);
|
||||
CHECK(String::cast(b)->IsEqualTo(CStrVector(string)));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user