| Index: third_party/WebKit/Source/core/input/InputDeviceCapabilitiesInit.idl
|
| diff --git a/third_party/WebKit/Source/core/input/InputDeviceCapabilitiesInit.idl b/third_party/WebKit/Source/core/input/InputDeviceCapabilitiesInit.idl
|
| index e7ae86debbf39f39be3b5ece4134d3d4289be0a2..6dc61474888e6f8e428fe33ae756114355953e41 100644
|
| --- a/third_party/WebKit/Source/core/input/InputDeviceCapabilitiesInit.idl
|
| +++ b/third_party/WebKit/Source/core/input/InputDeviceCapabilitiesInit.idl
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -[
|
| - RuntimeEnabled=InputDeviceCapabilities,
|
| -] dictionary InputDeviceCapabilitiesInit {
|
| +dictionary InputDeviceCapabilitiesInit {
|
| boolean firesTouchEvents = false;
|
| };
|
|
|