X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFWebCtrlIJavaScriptBridge.h;h=9d30b613cca7e938be277412b2a3f87ec096200d;hb=63d044b184154f923ac4bc3341d8477b5b0dc468;hp=5651c7553cf8730c34343c61a711aa924c721bf8;hpb=86daf9e9f4a4ec7fffd9b80556243f16ff1239ee;p=framework%2Fosp%2Fweb.git diff --git a/inc/FWebCtrlIJavaScriptBridge.h b/inc/FWebCtrlIJavaScriptBridge.h old mode 100755 new mode 100644 index 5651c75..9d30b61 --- a/inc/FWebCtrlIJavaScriptBridge.h +++ b/inc/FWebCtrlIJavaScriptBridge.h @@ -36,11 +36,11 @@ namespace Tizen { namespace Web { namespace Controls /** * @interface IJavaScriptBridge - * @brief This interface provides a communication channel between JavaScript and native object. + * @brief This interface provides a communication channel between JavaScript and a native object. * * @since 2.0 * - * The %IJavaScriptBridge interface provides a communication channel between JavaScript and native object. + * The %IJavaScriptBridge interface provides a communication channel between JavaScript and a native object. * * For more information on the class features, see Web Controls Guide. * @@ -49,14 +49,15 @@ class _OSP_EXPORT_ IJavaScriptBridge { public: /** - * This polymorphic destructor should be overridden if required. This way, the destructors of the derived classes are called when the destructor of this interface is called. + * This polymorphic destructor should be overridden if required. @n + * This way, the destructors of the derived classes are called when the destructor of this interface is called. * * @since 2.0 */ virtual ~IJavaScriptBridge(void) {} /** - * Called asynchronously on invocation request from JavaScript side through the requestToNative() method. + * Called asynchronously on an invocation request from JavaScript through the requestToNative() method. * * @since 2.0 *