Remove outdated comment
authorverwaest <verwaest@chromium.org>
Wed, 1 Jul 2015 16:49:19 +0000 (09:49 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 1 Jul 2015 16:49:23 +0000 (16:49 +0000)
BUG=

Review URL: https://codereview.chromium.org/1220883006

Cr-Commit-Position: refs/heads/master@{#29427}

test/cctest/test-api-interceptors.cc

index ce30a18..7d2d4c6 100644 (file)
@@ -2601,7 +2601,6 @@ THREADED_TEST(InterceptorICGetterExceptions) {
   v8::Isolate* isolate = CcTest::isolate();
   v8::HandleScope scope(isolate);
   v8::Handle<v8::ObjectTemplate> templ = ObjectTemplate::New(isolate);
-  // Generous limit for bootstrapping.
   templ->SetHandler(
       v8::NamedPropertyHandlerConfiguration(InterceptorICExceptionGetter));
   is_bootstrapping = true;