Index: Source/core/html/ColorInputType.cpp |
diff --git a/Source/core/html/ColorInputType.cpp b/Source/core/html/ColorInputType.cpp |
index a0fc7dddd2222f2378cdbf0c185845ee70c596c2..5a839f0cc6a71e0b9b3b27ff651ca4b7a6cbcb4e 100644 |
--- a/Source/core/html/ColorInputType.cpp |
+++ b/Source/core/html/ColorInputType.cpp |
@@ -124,7 +124,7 @@ void ColorInputType::createShadowSubtree() |
colorSwatch->setPseudo(AtomicString("-webkit-color-swatch", AtomicString::ConstructFromLiteral)); |
wrapperElement->appendChild(colorSwatch.release(), ASSERT_NO_EXCEPTION); |
element()->userAgentShadowRoot()->appendChild(wrapperElement.release(), ASSERT_NO_EXCEPTION); |
- |
+ |
updateColorSwatch(); |
} |