Bug 29132

Summary: Symbian winscw compiler fails compiling WebCore/text/RegularExpression.cpp.
Product: WebKit Reporter: Yongjun Zhang <yongjun.zhang>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, laszlo.gombos
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: S60 Emulator   
OS: S60 3rd edition   
Bug Depends on:    
Bug Blocks: 27065    
Attachments:
Description Flags
add RegularExpression class qualifier before Private to make it compile in winscw compiler. none

Yongjun Zhang
Reported 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.
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
Yongjun Zhang
Comment 1 2009-09-10 11:12:48 PDT
Created attachment 39357 [details] add RegularExpression class qualifier before Private to make it compile in winscw compiler.
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2009-09-11 01:43:43 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.