merge with master
[platform/framework/web/wrt-plugins-common.git] / src / js-overlay / js_iframe_support.h
index 92f58f8..de07932 100644 (file)
@@ -31,7 +31,6 @@
 
 namespace WrtPlugins {
 namespace W3C {
-
 struct IFrameData
 {
     IFrameData() : widget(0), addEventListener(0){}
@@ -41,7 +40,6 @@ struct IFrameData
 };
 typedef std::shared_ptr<IFrameData> IFrameDataPtr;
 
-
 class IFrameSupport
 {
   public:
@@ -64,7 +62,6 @@ class IFrameSupport
   private:
     static IFrameDataPtr getIFrameData(JSObjectRef iframe);
 };
-
 }
 }