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

Unified Diff: src/isolate.h

Issue 2593001: [Isolates] Make lint happy. (Closed)
Patch Set: Created 10 years, 7 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 | « src/heap.h ('k') | src/zone.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/isolate.h
diff --git a/src/isolate.h b/src/isolate.h
index b5f5cc097a80730405dc05a37d141bb3f47b4425..8158f5e68fba7941e17eb007094fb90a17c27795 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -55,7 +55,7 @@ class Isolate {
// Creates a new isolate (perhaps using a deserializer). Returns null
// on failure.
static Isolate* Create(Deserializer* des);
-
+
// Initialize process-wide state.
static void InitOnce();
@@ -78,7 +78,7 @@ class Isolate {
Isolate();
static Isolate* global_isolate;
-
+
bool Init(Deserializer* des);
Bootstrapper* bootstrapper_;
@@ -86,7 +86,7 @@ class Isolate {
StubCache* stub_cache_;
v8::ImplementationUtilities::HandleScopeData handle_scope_data_;
Zone zone_;
-
+
#define GLOBAL_BACKING_STORE(type, name, initialvalue) \
type name##_;
ISOLATE_INIT_LIST(GLOBAL_BACKING_STORE)
« no previous file with comments | « src/heap.h ('k') | src/zone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698