[webkit-dev] …Inlines.h vs …InlineMethods.h

Geoffrey Garen ggaren at apple.com
Mon Nov 5 13:50:27 PST 2012


> Just so I understand, you're recommending we move functions like
> Document::guardDeref()
> 
> http://trac.webkit.org/browser/trunk/Source/WebCore/dom/Document.h#L240
> 
> out of the class declaration, but leave them in the header file (e.g.,
> in Document.h).

Correct.

And, if we decided to add DocumentInlines.h, Document::guardDeref() would move to DocumentInlines.h.

In either case, Document::canContainRangeEndPoint() would not change at all.

Geoff



More information about the webkit-dev mailing list