Make attribute changes that also cause a state change properly reresolve style

when a selector uses both the state and the attribute.  Bug 315920, r=dbaron,
sr=sicking.


git-svn-id: svn://10.0.0.236/trunk@229833 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2007-07-12 20:05:49 +00:00
parent fb681a379f
commit b5b433a6b7
54 changed files with 240 additions and 297 deletions

View File

@@ -287,7 +287,7 @@ nsHTMLFramesetFrame::FrameResizePrefCallback(const char* aPref, void* aClosure)
nsNodeUtils::AttributeChanged(frame->GetContent(),
kNameSpaceID_None,
nsGkAtoms::frameborder,
nsIDOMMutationEvent::MODIFICATION);
nsIDOMMutationEvent::MODIFICATION, 0);
}
return 0;