diff options
Diffstat (limited to 'src/3rdparty/webkit/JavaScriptCore/yarr/RegexPattern.h')
-rw-r--r-- | src/3rdparty/webkit/JavaScriptCore/yarr/RegexPattern.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/3rdparty/webkit/JavaScriptCore/yarr/RegexPattern.h b/src/3rdparty/webkit/JavaScriptCore/yarr/RegexPattern.h index a451131..2e8f468 100644 --- a/src/3rdparty/webkit/JavaScriptCore/yarr/RegexPattern.h +++ b/src/3rdparty/webkit/JavaScriptCore/yarr/RegexPattern.h @@ -26,7 +26,6 @@ #ifndef RegexPattern_h #define RegexPattern_h -#include <wtf/Platform.h> #if ENABLE(YARR) @@ -137,7 +136,7 @@ struct PatternTerm { PatternTerm(unsigned spatternId) : type(TypeBackReference) - , invertOrCapture(invertOrCapture) + , invertOrCapture(false) { subpatternId = spatternId; quantityType = QuantifierFixedCount; |