Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / gamepad / NavigatorGamepad.idl
index 81b1f29..74fc98d 100644 (file)
@@ -17,9 +17,7 @@
  * Boston, MA 02110-1301, USA.
  */
 
-[
-    RuntimeEnabled=Gamepad,
-] partial interface Navigator {
+partial interface Navigator {
     [DeprecateAs=PrefixedGamepad] WebKitGamepadList webkitGetGamepads();
     GamepadList getGamepads();
 };