Bug 63329

Summary: [Symbian] Fix compile error in RVCT 2.2 build
Product: WebKit Reporter: Stanislav Paltis <Stanislav.Paltis>
Component: WebCore Misc.Assignee: Stanislav Paltis <Stanislav.Paltis>
Status: RESOLVED WONTFIX    
Severity: Normal CC: dbates, eric, laszlo.gombos
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: S60 Hardware   
OS: S60 3rd edition   
Attachments:
Description Flags
replaced "using" for RVCT 2.2 compile
none
replaced "using" for RVCT 2.2 compile, Changelog update.
none
Added comment in the code based on David's suggestion. dbates: review-, dbates: commit-queue-

Stanislav Paltis
Reported 2011-06-24 09:11:34 PDT
Compile error when building QtWebkit 2.2 with RVCT 2.2 compile "....\Source\WebCore\rendering\RenderInline.cpp", line 300: Error: #410-D: protected function "WebCore::RenderBoxModelObject::setContinuation" is not accessible through a "WebCore::RenderBlock" pointer or object middleBlock->setContinuation(clone); Fix in RenderBlock.h, similar to: https://bugs.webkit.org/show_bug.cgi?id=47187 https://bugs.webkit.org/show_bug.cgi?id=51873 https://bugs.webkit.org/show_bug.cgi?id=62219
Attachments
replaced "using" for RVCT 2.2 compile (1.37 KB, patch)
2011-06-24 10:52 PDT, Stanislav Paltis
no flags
replaced "using" for RVCT 2.2 compile, Changelog update. (1.38 KB, patch)
2011-06-29 09:30 PDT, Stanislav Paltis
no flags
Added comment in the code based on David's suggestion. (1.43 KB, patch)
2011-06-30 11:45 PDT, Stanislav Paltis
dbates: review-
dbates: commit-queue-
Stanislav Paltis
Comment 1 2011-06-24 10:52:15 PDT
Created attachment 98507 [details] replaced "using" for RVCT 2.2 compile
Stanislav Paltis
Comment 2 2011-06-29 09:30:02 PDT
Created attachment 99101 [details] replaced "using" for RVCT 2.2 compile, Changelog update.
Darin Adler
Comment 3 2011-06-29 10:08:59 PDT
Comment on attachment 99101 [details] replaced "using" for RVCT 2.2 compile, Changelog update. In the other cases where we used an inline instead of using to make things easier on RVCT we added a comment. Otherwise, since we have no RVCT buildbot, it’s reasonable for someone to just change the inline back. Could you find one of those other cases and use a similar comment here?
Stanislav Paltis
Comment 4 2011-06-30 11:45:11 PDT
Created attachment 99346 [details] Added comment in the code based on David's suggestion.
Daniel Bates
Comment 5 2011-07-01 11:21:21 PDT
Comment on attachment 99346 [details] Added comment in the code based on David's suggestion. View in context: https://bugs.webkit.org/attachment.cgi?id=99346&action=review > Source/WebCore/rendering/RenderBlock.h:161 > using RenderBoxModelObject::continuation; Wouldn't we need something similar here since RenderBoxModelObject::continuation() is also a protected method and we want to expose its functionality in a public method? > Source/WebCore/rendering/RenderBlock.h:162 > + // Canât use "using" here due to a bug in the RVCT compiler. The encoding for the apostrophe character is messed up.
Eric Seidel (no email)
Comment 6 2011-12-21 15:23:25 PST
Stanislav is not a committer. Did you mean to r- this Dan?
Daniel Bates
Comment 7 2011-12-21 15:27:11 PST
Comment on attachment 99346 [details] Added comment in the code based on David's suggestion. I'm r-ing this patch since I asked a question and mentioned a minor nit with this patch in comment 5 and it hasn't been addressed in almost 6 months.
Laszlo Gombos
Comment 8 2012-01-14 17:28:24 PST
Closed as WONTFIX - see https://lists.webkit.org/pipermail/webkit-qt/2011-October/001979.html. RVCT 2.2 was only used by the Symbian port.
Note You need to log in before you can comment on or make changes to this bug.