Bug 29132 - Symbian winscw compiler fails compiling WebCore/text/RegularExpression.cpp.
Summary: Symbian winscw compiler fails compiling WebCore/text/RegularExpression.cpp.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: S60 Emulator S60 3rd edition
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 27065
  Show dependency treegraph
 
Reported: 2009-09-10 10:58 PDT by Yongjun Zhang
Modified: 2009-09-11 01:43 PDT (History)
2 users (show)

See Also:


Attachments
add RegularExpression class qualifier before Private to make it compile in winscw compiler. (1.18 KB, patch)
2009-09-10 11:12 PDT, Yongjun Zhang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yongjun Zhang 2009-09-10 10:58:39 PDT
The compiler is not able to resolve class Private in class declaration:

class RegularExpression::Private : public RefCounted<Private> {...}

Add RegularExpression class qualifier before Private should fix this.
Comment 1 Yongjun Zhang 2009-09-10 11:12:48 PDT
Created attachment 39357 [details]
add RegularExpression class qualifier before Private to make it compile in winscw compiler.
Comment 2 WebKit Commit Bot 2009-09-11 01:43:39 PDT
Comment on attachment 39357 [details]
add RegularExpression class qualifier before Private to make it compile in winscw compiler.

Clearing flags on attachment: 39357

Committed r48290: <http://trac.webkit.org/changeset/48290>
Comment 3 WebKit Commit Bot 2009-09-11 01:43:43 PDT
All reviewed patches have been landed.  Closing bug.