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

Unified Diff: src/runtime/runtime-utils.h

Issue 662413002: Move some Runtime:: functions and remove runtime.h as include when unnecessary. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 2 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/runtime/runtime-uri.cc ('k') | src/runtime/string-builder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/runtime/runtime-utils.h
diff --git a/src/runtime/runtime-utils.h b/src/runtime/runtime-utils.h
index 968ee8ad0c0d60bd64645fb8696cc0ac0d0fcc72..95d75f5084fb2348eabefd0b2b0fe62ffbfd1ffe 100644
--- a/src/runtime/runtime-utils.h
+++ b/src/runtime/runtime-utils.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef V8_RUNTIME_UTILS_H_
-#define V8_RUNTIME_UTILS_H_
+#ifndef V8_RUNTIME_RUNTIME_UTILS_H_
+#define V8_RUNTIME_RUNTIME_UTILS_H_
namespace v8 {
@@ -141,10 +141,7 @@ static inline ObjectPair MakePair(Object* x, Object* y) {
}
#endif
-class JavaScriptFrameIterator;
-
-int FindIndexedNonNativeFrame(JavaScriptFrameIterator* it, int index);
}
} // namespace v8::internal
-#endif // V8_RUNTIME_UTILS_H_
+#endif // V8_RUNTIME_RUNTIME_UTILS_H_
« no previous file with comments | « src/runtime/runtime-uri.cc ('k') | src/runtime/string-builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698