Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Unified Diff: test/unittests/api/remote-object-unittest.cc

Issue 2677653002: Fix receiver checks for v8::Function on a remote context. (Closed)
Patch Set: . Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/cctest/test-access-checks.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/unittests/api/remote-object-unittest.cc
diff --git a/test/unittests/api/remote-object-unittest.cc b/test/unittests/api/remote-object-unittest.cc
index 64a0f7ae30fe5fbec4b7d1d0c57e48a40c94929d..a5b05b6aa91a4780987f51f5408166aa556356ea 100644
--- a/test/unittests/api/remote-object-unittest.cc
+++ b/test/unittests/api/remote-object-unittest.cc
@@ -67,11 +67,6 @@ TEST_F(RemoteObjectTest, RemoteContextInstanceChecks) {
.ToLocalChecked();
EXPECT_TRUE(parent_template->HasInstance(remote_context));
EXPECT_TRUE(constructor_template->HasInstance(remote_context));
-
- EXPECT_EQ(remote_context,
- remote_context->FindInstanceInPrototypeChain(parent_template));
- EXPECT_EQ(remote_context,
- remote_context->FindInstanceInPrototypeChain(constructor_template));
}
} // namespace v8
« no previous file with comments | « test/cctest/test-access-checks.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698