[Webkit-unassigned] [Bug 43240] Add a check for WebViewClient being null.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 30 09:51:10 PDT 2010


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


Darin Fisher (:fishd, Google) <fishd at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fishd at chromium.org




--- Comment #5 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-07-30 09:51:10 PST ---
FYI, it is more conventional to pass WebViewImpl* around within chromium/src/ than to pass WebViewClient*.  You will frequently see code like this:

  if (viewImpl->client())
      viewImpl->client()->someMethod()

-- 
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