[Release] wrt-plugins-common_0.3.94
[platform/framework/web/wrt-plugins-common.git] / src / standards / W3C / Widget / plugin_initializer.cpp
index 6b64770..d296869 100644 (file)
@@ -25,8 +25,6 @@
 
 #include <Commons/plugin_initializer_def.h>
 #include <Commons/WrtAccess/WrtAccess.h>
-#include <js-overlay/js_overlay_addEventListener.h>
-#include <js-overlay/js_iframe_support.h>
 
 #include "JSWidget.h"
 #include "JSPreferences.h"
@@ -45,9 +43,9 @@ namespace Options {
 class_definition_options_t WidgetOptions = {
     JS_CLASS,
     CREATE_INSTANCE,
-    ALWAYS_NOTICE,
+    NONE_NOTICE,
     USE_OVERLAYED, //ignored
-    IFrameSupport::RegisterWidget,
+    NULL,
     NULL,
     NULL
 };