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

Unified Diff: src/handles.h

Issue 12254007: Make the Isolate parameter mandatory for internal HandleScopes. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased Created 7 years, 10 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/frames.cc ('k') | src/handles-inl.h » ('j') | 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 7efb252e52f84c2394f28a37c836b6395d96ac11..10fcaf86f9b48ad0cf3f50c71f1304604ca0a6b4 100644
--- a/src/handles.h
+++ b/src/handles.h
@@ -119,7 +119,6 @@ class HandleScopeImplementer;
// for which the handle scope has been deleted is undefined.
class HandleScope {
public:
- inline HandleScope();
explicit inline HandleScope(Isolate* isolate);
inline ~HandleScope();
« no previous file with comments | « src/frames.cc ('k') | src/handles-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698