Bug 13331 - [S60] related to S60 task 15118 for ccb - Fix for Symbian wk14 update related to ContentAccess class
Summary: [S60] related to S60 task 15118 for ccb - Fix for Symbian wk14 update related...
Status: CLOSED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 523.x (Safari 3)
Hardware: PC S60 3rd edition
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-11 10:52 PDT by mario borges
Modified: 2008-06-11 00:22 PDT (History)
0 users

See Also:


Attachments
patch for ccb (1.17 KB, patch)
2007-04-11 11:04 PDT, mario borges
Sachin.Padma: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mario borges 2007-04-11 10:52:42 PDT
Symbian has removed namespace inline declaration (using namespace ContentAccess;) in wk14.  This task will take that into account to prevent build errors by adding the following to add file that use ContentAccess class:

using namespace ContentAccess;
Comment 1 mario borges 2007-04-11 11:04:32 PDT
Created attachment 14010 [details]
patch for ccb
Comment 2 Sachin Padma 2007-04-12 08:52:33 PDT
Comment on attachment 14010 [details]
patch for ccb

r=me
Comment 3 Bradley Morrison 2007-04-12 10:45:43 PDT
landed - 20864