commit | 11b4f83b377b982eaf0131377ab7351d80f62c70 | [log] [tgz] |
---|---|---|
author | darin@apple.com <darin@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Wed Sep 04 02:46:10 2013 +0000 |
committer | darin@apple.com <darin@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Wed Sep 04 02:46:10 2013 +0000 |
tree | 850c402752f56b32193fa0d46003320b37c0adc7 | |
parent | 6d77c670c01212bb9e4de70d4ba0f8f40db2ed1a [diff] |
Fix backwards branch in ~Node from r154967 https://bugs.webkit.org/show_bug.cgi?id=120659 Reviewed by Andreas Kling. * dom/Node.cpp: (WebCore::Node::~Node): Fix backwards branch. The old code ran the code only when we did not remove the item from the table. I removed a ! from this expression after review; bad idea. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@155015 268f45cc-cd09-0410-ab3c-d52691b4dbfc