| Index: Source/web/WebPopupMenuImpl.cpp
|
| diff --git a/Source/web/WebPopupMenuImpl.cpp b/Source/web/WebPopupMenuImpl.cpp
|
| index 5824c7a43f07f8da45200611385d6a1c4fb91d64..03abd7d7974f6d4ee427d26acb325c5f8c8780bf 100644
|
| --- a/Source/web/WebPopupMenuImpl.cpp
|
| +++ b/Source/web/WebPopupMenuImpl.cpp
|
| @@ -248,7 +248,7 @@ void WebPopupMenuImpl::paintContents(WebCanvas* canvas, const WebRect& rect, boo
|
| }
|
| }
|
|
|
| -void WebPopupMenuImpl::paint(WebCanvas* canvas, const WebRect& rect, PaintOptions)
|
| +void WebPopupMenuImpl::paint(WebCanvas* canvas, const WebRect& rect)
|
| {
|
| if (!m_widget)
|
| return;
|
|
|