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

Unified Diff: Source/platform/heap/MarkingVisitor.h

Issue 1162403003: Oilpan: Remove checkMarkingAllowed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | « Source/platform/heap/InlinedGlobalMarkingVisitor.h ('k') | Source/platform/heap/MarkingVisitorImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/MarkingVisitor.h
diff --git a/Source/platform/heap/MarkingVisitor.h b/Source/platform/heap/MarkingVisitor.h
index 18b7b89520f8738ff1c9fddc42127087205792ab..0900bc23aba4de217aebd5a2d38e92298f074cc1 100644
--- a/Source/platform/heap/MarkingVisitor.h
+++ b/Source/platform/heap/MarkingVisitor.h
@@ -190,13 +190,6 @@ protected:
// does, the object should not be marked & traced.
return page->terminating();
}
-
-#if ENABLE(ASSERT)
- virtual void checkMarkingAllowed() override
- {
- ASSERT(ThreadState::current()->isInGC());
- }
-#endif
};
} // namespace blink
« no previous file with comments | « Source/platform/heap/InlinedGlobalMarkingVisitor.h ('k') | Source/platform/heap/MarkingVisitorImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698