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

Unified Diff: src/jsregexp-inl.h

Issue 12469: * Better factoring of ARM/IA32 code in irregexp. (Closed)
Patch Set: Dropped the unifying ...-native.h file. Created 12 years, 1 month 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/jsregexp.cc ('k') | src/macro-assembler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/jsregexp-inl.h
diff --git a/src/jsregexp-inl.h b/src/jsregexp-inl.h
index 9371703ae3bcfa544655f66ccc9e009893f9961a..627dd98e704ef3874a2b9e26ff386e42e2f13b14 100644
--- a/src/jsregexp-inl.h
+++ b/src/jsregexp-inl.h
@@ -33,7 +33,8 @@
#include "regexp-macro-assembler.h"
-namespace v8 { namespace internal {
+namespace v8 {
+namespace internal {
template <typename C>
@@ -258,7 +259,8 @@ void RegExpNode::Bind(RegExpMacroAssembler* macro) {
}
-}} // namespace v8::internal
+} // namespace internal
+} // namespace v8
#endif // V8_JSREGEXP_INL_H_
« no previous file with comments | « src/jsregexp.cc ('k') | src/macro-assembler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698