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

Unified Diff: src/string-search.h

Issue 1285183010: Remove grab-bag includes of v8.h from everywhere. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Minor stylistic issue. Created 5 years, 4 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/snapshot/snapshot-external.cc ('k') | src/strings-storage.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/string-search.h
diff --git a/src/string-search.h b/src/string-search.h
index bf5ffe6b2d1302653d584383a9cb30acc55d0284..349d4fd2db72918560fd0e784bf9ea4664c803c2 100644
--- a/src/string-search.h
+++ b/src/string-search.h
@@ -5,6 +5,9 @@
#ifndef V8_STRING_SEARCH_H_
#define V8_STRING_SEARCH_H_
+#include "src/isolate.h"
+#include "src/vector.h"
+
namespace v8 {
namespace internal {
« no previous file with comments | « src/snapshot/snapshot-external.cc ('k') | src/strings-storage.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698