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

Unified Diff: src/handles.h

Issue 16226006: Remove unused private fields (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/handles.h
diff --git a/src/handles.h b/src/handles.h
index 46dd1fd2514ad33886a0b73d6ea785272bec37c5..a695b14f061056804b79c9744a56868e59e12889 100644
--- a/src/handles.h
+++ b/src/handles.h
@@ -343,9 +343,7 @@ class SealHandleScope BASE_EMBEDDED {
inline ~SealHandleScope();
private:
Isolate* isolate_;
- Object** limit_;
int level_;
- bool active_;
#endif
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698