Skip to content
  • darin's avatar
    Reviewed by Dave. · 50560aa1
    darin authored
    	- fixed a bunch of places where KHTML did !x == y instead of !(x == y) or x != y.
    
            * khtml/css/cssstyleselector.cpp: (CSSStyleSelector::applyRule):
            * khtml/html/htmlparser.cpp: (KHTMLParser::insertNode):
            * khtml/misc/loader.cpp: (Cache::requestImage), (Cache::requestStyleSheet):
            * khtml/rendering/render_flow.cpp: (RenderFlow::setStyle):
    	Changed !x == y to x != y. In each case, there's a reason that this does not create
    	any problem in practice, which is why we didn't rush to get this in for beta 1.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3304 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    50560aa1