> 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

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to