Changeset: 61adab958f26 Author: Oldrich Maticka <[email protected]> Date: 2013-10-18 08:48 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/61adab958f26
iOS: web: Number decoding compatibility with desktop Fixed 2 issues - #1 - returning Integer instead of Long for desktop compatibility #2 - for integers out of <Integer.MIN_VALUE, Integer.MAX_VALUE> bounds returning Double for desktop compatibility ! modules/web/src/ios/java/javafx/scene/web/JSONDecoder.java
