| Index: test/cctest/test-object-observe.cc
|
| diff --git a/test/cctest/test-object-observe.cc b/test/cctest/test-object-observe.cc
|
| index e0d457f7a6cf16738f646f702277134c825c56d8..9a82cce8f50586bf281de46f17ce56f5e25759c7 100644
|
| --- a/test/cctest/test-object-observe.cc
|
| +++ b/test/cctest/test-object-observe.cc
|
| @@ -804,7 +804,7 @@ TEST(DontLeakContextOnObserve) {
|
| }
|
|
|
| CcTest::isolate()->ContextDisposedNotification();
|
| - CheckSurvivingGlobalObjectsCount(1);
|
| + CheckSurvivingGlobalObjectsCount(0);
|
| }
|
|
|
|
|
| @@ -827,7 +827,7 @@ TEST(DontLeakContextOnGetNotifier) {
|
| }
|
|
|
| CcTest::isolate()->ContextDisposedNotification();
|
| - CheckSurvivingGlobalObjectsCount(1);
|
| + CheckSurvivingGlobalObjectsCount(0);
|
| }
|
|
|
|
|
| @@ -858,7 +858,7 @@ TEST(DontLeakContextOnNotifierPerformChange) {
|
| }
|
|
|
| CcTest::isolate()->ContextDisposedNotification();
|
| - CheckSurvivingGlobalObjectsCount(1);
|
| + CheckSurvivingGlobalObjectsCount(0);
|
| }
|
|
|
|
|
|
|