| Index: Source/core/html/TextFieldInputType.cpp
|
| diff --git a/Source/core/html/TextFieldInputType.cpp b/Source/core/html/TextFieldInputType.cpp
|
| index e042e98343c9999ed4a491304de1ef6f54c6c8e3..92a46762785e8819748345394f986f133468b2b1 100644
|
| --- a/Source/core/html/TextFieldInputType.cpp
|
| +++ b/Source/core/html/TextFieldInputType.cpp
|
| @@ -231,7 +231,7 @@ void TextFieldInputType::createShadowSubtree()
|
| ASSERT(!m_innerSpinButton);
|
|
|
| Document* document = element()->document();
|
| - ChromeClient* chromeClient = document->page() ? document->page()->chrome()->client() : 0;
|
| + ChromeClient* chromeClient = document->page() ? document->page()->chrome().client() : 0;
|
| bool shouldAddDecorations = chromeClient && chromeClient->willAddTextFieldDecorationsTo(element());
|
| bool shouldHaveSpinButton = this->shouldHaveSpinButton();
|
| bool createsContainer = shouldHaveSpinButton || needsContainer() || shouldAddDecorations;
|
|
|