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

Unified Diff: src/interpreter/interpreter.h

Issue 1230753004: [Interpreter] Add BytecodeArray class and add to SharedFunctionInfo. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Use BytecodeArray in bytecode emission path in interpreter. Created 5 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/interpreter/interpreter.h
diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h
index d4526ca8e86aa7380315ff2bf0f7979b8bb10bcb..224853c2305ff22cc68d68919dd6dc9c81487835 100644
--- a/src/interpreter/interpreter.h
+++ b/src/interpreter/interpreter.h
@@ -63,4 +63,4 @@ class Interpreter {
} // namespace internal
} // namespace v8
-#endif // V8_HEAP_GC_IDLE_TIME_HANDLER_H_
+#endif // V8_INTERPRETER_INTERPRETER_H_
rmcilroy 2015/07/15 13:33:38 good catch, I'll fix this, thanks :).
oth 2015/07/16 09:15:50 Acknowledged.

Powered by Google App Engine
This is Rietveld 408576698