| Index: third_party/WebKit/public/platform/Platform.h
|
| diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
|
| index 5c02cdc30344a9a908193cd848278e689d8ddc86..0811d60a7ae60ea89dfd1e1c1d10593e2182d12d 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -228,7 +228,7 @@ public:
|
|
|
| // IDN conversion ------------------------------------------------------
|
|
|
| - virtual WebString convertIDNToUnicode(const WebString& host, const WebString& languages) { return host; }
|
| + virtual WebString convertIDNToUnicode(const WebString& host) { return host; }
|
|
|
|
|
| // IndexedDB ----------------------------------------------------------
|
|
|