[Webkit-unassigned] [Bug 51941] refactor HTMLLinkElement to allow Link header implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 5 20:06:42 PST 2011


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





--- Comment #11 from Adam Barth <abarth at webkit.org>  2011-01-05 20:06:42 PST ---
(From update of attachment 78090)
View in context: https://bugs.webkit.org/attachment.cgi?id=78090&action=review

> WebCore/loader/LinkLoaderClient.cpp:54
> +ContainerNode* LinkLoaderClient::getContainerNode()

Usually we omit the "get" prefix (although we do use the "set" prefix).  We'd usually call this method just "containerNode" or "asContainerNode" if you're thinking about this as a dynamic cast.

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