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

Unified Diff: src/globals.h

Issue 10682: Inverted character classes (Closed)
Patch Set: 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 | « no previous file | src/jsregexp.h » ('j') | src/jsregexp.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/globals.h
diff --git a/src/globals.h b/src/globals.h
index c5e3b505372f0cd1b8f31c77fcb68bd22541736c..6d26f921670a2b8ce4b134ac7ca43470437dc0da 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -184,7 +184,7 @@ class OldSpace;
class Property;
class Proxy;
class RegExpNode;
-class RegExpParseResult;
+struct RegExpParseResult;
class RegExpTree;
class RegExpCompiler;
class RegExpVisitor;
« no previous file with comments | « no previous file | src/jsregexp.h » ('j') | src/jsregexp.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698