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

Unified Diff: runtime/vm/verifier.h

Issue 2974233002: VM: Re-format to use at most one newline between functions (Closed)
Patch Set: Rebase and merge Created 3 years, 5 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 | « runtime/vm/verified_memory_test.cc ('k') | runtime/vm/verifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/verifier.h
diff --git a/runtime/vm/verifier.h b/runtime/vm/verifier.h
index e9497385463d60406451590a5d33ff312dedd242..57b374b0d89b98a0df041f0532a52b1f64d86a7b 100644
--- a/runtime/vm/verifier.h
+++ b/runtime/vm/verifier.h
@@ -17,10 +17,8 @@ class Isolate;
class ObjectSet;
class RawObject;
-
enum MarkExpectation { kForbidMarked, kAllowMarked, kRequireMarked };
-
class VerifyObjectVisitor : public ObjectVisitor {
public:
VerifyObjectVisitor(Isolate* isolate,
@@ -72,7 +70,6 @@ class VerifyWeakPointersVisitor : public HandleVisitor {
DISALLOW_COPY_AND_ASSIGN(VerifyWeakPointersVisitor);
};
-
#if defined(DEBUG)
class VerifyCanonicalVisitor : public ObjectVisitor {
public:
« no previous file with comments | « runtime/vm/verified_memory_test.cc ('k') | runtime/vm/verifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698