[Webkit-unassigned] [Bug 43631] New: add "const" to WebChromeClient::webView().
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 6 11:19:21 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43631
Summary: add "const" to WebChromeClient::webView().
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: yongjun_zhang at apple.com
CC: yongjun_zhang at apple.com
ChromeClient::didReceiveViewportArguments() has changed to be a "const" method. If we call WebChromeClient::webView() inside port-specific didReceiveViewportArguments() const, the compiler won't be happy because currently webView() is not const. We need to change WebChromeClient()::webView() to be "const".
--
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