| Index: Source/web/PopupContainer.h
|
| diff --git a/Source/web/PopupContainer.h b/Source/web/PopupContainer.h
|
| index d9c8710df6415020c6c33f1dcc7ed3c8ac4268a3..87d9fbf19782645f330e918cc706cdd6b9a9f701 100644
|
| --- a/Source/web/PopupContainer.h
|
| +++ b/Source/web/PopupContainer.h
|
| @@ -129,7 +129,7 @@ private:
|
| void fitToListBox();
|
|
|
| // Returns the ChromeClient of the page this popup is associated with.
|
| - ChromeClient* chromeClient();
|
| + ChromeClient& chromeClient();
|
|
|
| RefPtr<PopupListBox> m_listBox;
|
| RefPtr<FrameView> m_frameView;
|
|
|