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

Unified Diff: src/ast-this-access-visitor.h

Issue 868883002: Remove the dependency of Zone on Isolate (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: All platforms Created 5 years, 11 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
Index: src/ast-this-access-visitor.h
diff --git a/src/ast-this-access-visitor.h b/src/ast-this-access-visitor.h
index 60309815ed603041ac6e778f1e650a32383dbfc9..08dddeed1c2beb4852a9fc9f0fd1a9a1a6b1817d 100644
--- a/src/ast-this-access-visitor.h
+++ b/src/ast-this-access-visitor.h
@@ -11,7 +11,7 @@ namespace internal {
class AstThisAccessVisitor : public AstVisitor {
public:
- explicit AstThisAccessVisitor(Zone* zone);
+ AstThisAccessVisitor(Isolate* isolate, Zone* zone);
bool UsesThis() { return uses_this_; }

Powered by Google App Engine
This is Rietveld 408576698