| Index: Source/core/testing/Internals.cpp
|
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
|
| index d9b4292ea4857ca210a851cfc33bde29b54eef2c..d7c2fa18a495e4533f86cab851d888139f898530 100644
|
| --- a/Source/core/testing/Internals.cpp
|
| +++ b/Source/core/testing/Internals.cpp
|
| @@ -717,7 +717,7 @@ void Internals::selectColorInColorChooser(Element* element, const String& colorV
|
| {
|
| if (!element->hasTagName(inputTag))
|
| return;
|
| - toHTMLInputElement(element)->selectColorInColorChooser(StyleColor(colorValue).color());
|
| + toHTMLInputElement(element)->selectColorInColorChooser(Color(colorValue));
|
| }
|
|
|
| Vector<String> Internals::formControlStateOfPreviousHistoryItem(ExceptionState& es)
|
|
|