| Index: Source/WebKit/chromium/public/WebView.h
|
| diff --git a/Source/WebKit/chromium/public/WebView.h b/Source/WebKit/chromium/public/WebView.h
|
| index 729f516779e17789deb8d7e9e1740039697995de..838e5947514392f368c7208a1e166073d0030ac5 100644
|
| --- a/Source/WebKit/chromium/public/WebView.h
|
| +++ b/Source/WebKit/chromium/public/WebView.h
|
| @@ -360,8 +360,7 @@ public:
|
| const WebVector<WebString>& names,
|
| const WebVector<WebString>& labels,
|
| const WebVector<WebString>& icons,
|
| - const WebVector<int>& uniqueIDs,
|
| - int separatorIndex) = 0;
|
| + const WebVector<int>& itemIDs) = 0;
|
|
|
| // Hides any popup (suggestions, selects...) that might be showing.
|
| virtual void hidePopups() = 0;
|
|
|