Clean up attribute handling: part 2 - attributeNode
Created attachment 245769 [details] Patch
Created attachment 245895 [details] Patch
Comment on attachment 245895 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=245895&action=review r=me > Source/WebCore/dom/Element.cpp:1764 > + return oldAttrNode.release(); We can get rid of the .release() here. > Source/WebCore/dom/Element.cpp:1835 > return attrNode.release(); Here too.
Committed r179497: <http://trac.webkit.org/changeset/179497>