| Index: third_party/WebKit/Source/core/frame/Navigator.idl
|
| diff --git a/third_party/WebKit/Source/core/frame/Navigator.idl b/third_party/WebKit/Source/core/frame/Navigator.idl
|
| index 15f91f55a807497af93ff544a6282dbc9c6d9d8d..a229722fdaa8c3e98e0a13ea6b27fbfd42f10c76 100644
|
| --- a/third_party/WebKit/Source/core/frame/Navigator.idl
|
| +++ b/third_party/WebKit/Source/core/frame/Navigator.idl
|
| @@ -33,7 +33,7 @@ interface Navigator {
|
| };
|
|
|
| Navigator implements NavigatorCPU;
|
| +Navigator implements NavigatorCookies;
|
| Navigator implements NavigatorID;
|
| Navigator implements NavigatorLanguage;
|
| Navigator implements NavigatorOnLine;
|
| -Navigator implements NavigatorStorageUtils;
|
|
|