[Webkit-unassigned] [Bug 74028] It's semantically incorrect to call notifyNodeListsAttributeChanged in dispatchSubtreeModifiedEvent
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 7 16:48:37 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=74028
--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org> 2011-12-07 16:48:37 PST ---
class DynamicNodeList : public NodeList {
public:
struct Caches : RefCounted<Caches> {
static PassRefPtr<Caches> create();
void reset();
unsigned cachedLength;
Node* lastItem; // of course, it's always a raw pointer that troubles us.
unsigned lastItemOffset;
bool isLengthCacheValid : 1;
bool isItemCacheValid : 1;
protected:
Caches();
--
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