[Webkit-unassigned] [Bug 85173] [EFL] Frame load callbacks output is missing for redirections

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 4 06:17:09 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=85173





--- Comment #7 from Raphael Kubo da Costa (rakuco) <rakuco at webkit.org>  2012-05-04 06:17:09 PST ---
(From update of attachment 140174)
View in context: https://bugs.webkit.org/attachment.cgi?id=140174&action=review

>> Tools/DumpRenderTree/efl/DumpRenderTreeChrome.cpp:570
>> +    const char* url = static_cast<const char*>(eventInfo);
> 
> Is it better to use const_cast<char*> instead of static_cast<const char*> ?

I don't see much value in doing that -- by using a const char* here we also indicate the value is not supposed to be changed.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list