Chromium Code Reviews| Index: test/cctest/test-api.cc |
| =================================================================== |
| --- test/cctest/test-api.cc (revision 5834) |
| +++ test/cctest/test-api.cc (working copy) |
| @@ -7016,6 +7016,8 @@ |
| static v8::Handle<Value> FastApiCallback_TrivialSignature( |
| const v8::Arguments& args) { |
| +CHECK_EQ(args.Data(), v8_str("method_data")); |
|
antonm
2010/11/17 14:10:32
nit: indent
SeRya
2010/11/17 15:36:29
It was for debugging. Reverted.
|
| + |
| ApiTestFuzzer::Fuzz(); |
| CHECK_EQ(args.This(), args.Holder()); |
| CHECK(args.Data()->Equals(v8_str("method_data"))); |