| Index: Source/core/html/forms/ColorInputType.cpp
|
| diff --git a/Source/core/html/forms/ColorInputType.cpp b/Source/core/html/forms/ColorInputType.cpp
|
| index 83bea0d15a7b4965ceb464d9658d9bc1efd15ca0..eb6276d7c7df16e039d32b8aa9cd7135fd46f843 100644
|
| --- a/Source/core/html/forms/ColorInputType.cpp
|
| +++ b/Source/core/html/forms/ColorInputType.cpp
|
| @@ -166,7 +166,7 @@ void ColorInputType::handleDOMActivateEvent(Event* event)
|
|
|
| ChromeClient* chromeClient = this->chromeClient();
|
| if (chromeClient && !m_chooser)
|
| - m_chooser = chromeClient->createColorChooser(element().document().frame(), this, valueAsColor());
|
| + m_chooser = chromeClient->openColorChooser(element().document().frame(), this, valueAsColor());
|
|
|
| event->setDefaultHandled();
|
| }
|
|
|