Commit 5737edb9 authored by ager@chromium.org's avatar ager@chromium.org

Remove assert that I accidentally committed

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@776 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent b4e17a23
......@@ -5239,7 +5239,6 @@ static v8::Handle<Value> ExternalSymbolGetter(Local<String> name,
const AccessorInfo& info) {
ApiTestFuzzer::Fuzz();
CHECK(!name->Equals(v8_str("externalSymbol722")) || name->IsExternal());
CHECK(name->IsExternal());
return v8::True();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment