Index: Source/core/dom/DOMImplementation.cpp |
diff --git a/Source/core/dom/DOMImplementation.cpp b/Source/core/dom/DOMImplementation.cpp |
index cbfcb17fe556260233a6d2cae2fbe13d4932b422..c3e1784c0e7d5a249827a5491d93f087467fa01c 100644 |
--- a/Source/core/dom/DOMImplementation.cpp |
+++ b/Source/core/dom/DOMImplementation.cpp |
@@ -134,7 +134,7 @@ static bool isSupportedSVG11Feature(const String& feature, const String& version |
addString(svgFeatures, "GraphicsAttribute"); |
addString(svgFeatures, "BaseGraphicsAttribute"); |
addString(svgFeatures, "Marker"); |
-// addString(svgFeatures, "ColorProfile"); // requires color-profile, bug 6037 |
+// addString(svgFeatures, "ColorProfile"); |
addString(svgFeatures, "Gradient"); |
addString(svgFeatures, "Pattern"); |
addString(svgFeatures, "Clip"); |