Index: Source/core/xml/XMLViewer.js |
diff --git a/Source/core/xml/XMLViewer.js b/Source/core/xml/XMLViewer.js |
index 86159843cf02c1e6771ea198c12966feb8bd4623..049779b6343ac95fb67cf46841e624cd1b4461d8 100644 |
--- a/Source/core/xml/XMLViewer.js |
+++ b/Source/core/xml/XMLViewer.js |
@@ -72,9 +72,6 @@ function sourceXMLLoaded() |
var sourceXML = document.getElementById('webkit-xml-viewer-source-xml'); |
if (!sourceXML) |
return; // Stop if some XML tree extension is already processing this document |
- //var style = document.head.firstChild; |
- //document.head.removeChild(style); |
- //document.head.appendChild(style); |
var root = document.getElementById('tree'); |
for (var child = sourceXML.firstChild; child; child = child.nextSibling) |