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

Unified Diff: src/parsing/parser.h

Issue 2193793002: Put Scopes into temporary Zone (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: . Created 4 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
Index: src/parsing/parser.h
diff --git a/src/parsing/parser.h b/src/parsing/parser.h
index d2634904a7aa81a6332ec4d81b764bb5d3d5a7eb..48fa0d19d2335681acd6790afa7ba9d4d54ea143 100644
--- a/src/parsing/parser.h
+++ b/src/parsing/parser.h
@@ -718,7 +718,6 @@ class Parser : public ParserBase<ParserTraits> {
private:
friend class ParserTraits;
- friend class DiscardableZoneScope;
// Runtime encoding of different completion modes.
enum CompletionKind {

Powered by Google App Engine
This is Rietveld 408576698