So I was just using sed to write a (long-overdue) patch to rename nsIFrame::GetStyleContext to nsIFrame::StyleContext to follow our convention that getters that can't return null don't have "Get" in the name.
While I was doing that, it occurred to me that perhaps, instead of nsIFrame::StyleContext(), it should just be nsIFrame::Style(). Thoughts? -David -- 𝄞 L. David Baron http://dbaron.org/ 𝄂 𝄢 Mozilla http://www.mozilla.org/ 𝄂 _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

