diff -r d6dafc5d983f -r 1627c337e51e javauis/m2g_qt/javasrc/com/nokia/microedition/m2g/M2GSVGSVGElement.java --- a/javauis/m2g_qt/javasrc/com/nokia/microedition/m2g/M2GSVGSVGElement.java Fri Oct 15 12:29:39 2010 +0300 +++ b/javauis/m2g_qt/javasrc/com/nokia/microedition/m2g/M2GSVGSVGElement.java Fri Oct 29 11:49:32 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -27,12 +27,7 @@ //-------------------------------------------------- // STATIC CONSTANTS //-------------------------------------------------- - /* Optimization: static finals changed to local variables - public static final String INVALID_SVG_VERSION_ESTR = - "Invalid version."; - public static final String INVALID_SVG_BASE_PROFILE_ESTR = - "Invalid base profile."; - */ + //------------------------------------------------------------------ // VARIABLES @@ -250,7 +245,7 @@ } M2GSVGElement._setMatrixTrait( - getNativeSVGProxyHandle(), getHandle(), + getNativeSVGProxyHandle(), getHandle(), M2GSVGConstants.AT_TRANSFORM, matrixComponents); // inform observer about changes in DOM @@ -398,9 +393,9 @@ // NATIVE METHODS //------------------------------------------------------------------ protected native static float _getMediaTime( - int aSvgProxyHandle, int aDocumentHandle); + int aSvgProxyHandle, int aDocumentHandle); private native static void _setMediaTime( int aSvgProxyHandle, int aDocumentHandle, - float aSeconds ); + float aSeconds); }