X-Git-Url: https://git.webkit.org/?p=WebKit.git;a=blobdiff_plain;f=JavaScriptCore%2Fruntime%2FRegExp.h;h=24d4199f4c7478985cd7d3780736982708714d01;hp=f3be656d76e475be32ce06de41edf362d4e4c40b;hb=0a30b7a7bdbe7872b4a1ac722bebf6a6e74624a5;hpb=acd41788cd0f91eddfef8f7d15027880af62fb0c diff --git a/JavaScriptCore/runtime/RegExp.h b/JavaScriptCore/runtime/RegExp.h index f3be656d76e4..24d4199f4c74 100644 --- a/JavaScriptCore/runtime/RegExp.h +++ b/JavaScriptCore/runtime/RegExp.h @@ -1,6 +1,7 @@ /* * Copyright (C) 1999-2000 Harri Porten (porten@kde.org) * Copyright (C) 2007, 2008, 2009 Apple Inc. All rights reserved. + * Copyright (C) 2009 Torch Mobile, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -53,7 +54,7 @@ namespace JSC { bool isValid() const { return !m_constructionError; } const char* errorMessage() const { return m_constructionError; } - int match(const UString&, int startOffset, OwnArrayPtr* ovector = 0); + int match(const UString&, int startOffset, Vector* ovector = 0); unsigned numSubpatterns() const { return m_numSubpatterns; } private: