| Index: Source/core/page/Navigator.idl
|
| diff --git a/Source/core/page/Navigator.idl b/Source/core/page/Navigator.idl
|
| index 546e3e0f809afefcadd57732c097393e03158aaa..fed4ad713b0a840e11ec17696495193e2d94aa5e 100644
|
| --- a/Source/core/page/Navigator.idl
|
| +++ b/Source/core/page/Navigator.idl
|
| @@ -22,6 +22,9 @@ interface Navigator {
|
| readonly attribute PluginArray plugins;
|
| readonly attribute MimeTypeArray mimeTypes;
|
| readonly attribute boolean cookieEnabled;
|
| +
|
| + [EnabledAtRuntime=PointerEventsMaxTouchPoints] readonly attribute long maxTouchPoints;
|
| +
|
| boolean javaEnabled();
|
|
|
| void getStorageUpdates(); // FIXME: Remove this method or rename to yieldForStorageUpdates.
|
|
|