Remove use of a global variable for JSContext on WidgetInterface plugin
authorTae-Jeong Lee <taejeong.lee@samsung.com>
Mon, 1 Jul 2013 07:01:54 +0000 (16:01 +0900)
committerTae-Jeong Lee <taejeong.lee@samsung.com>
Mon, 1 Jul 2013 11:41:07 +0000 (20:41 +0900)
commite24a8966e17c6331ca0e2d6424dcb172918c240c
tree9ea322ab78af1f4216d2b5f64c69a2fd8ccb2676
parentcd5d18f402cf85fc58c1e551f54a45a77ea4ec2f
Remove use of a global variable for JSContext on WidgetInterface plugin

[Issue#] N_SE-43838
[Problem] Initializing code of WidgetInterface Object has been randomly crashed.
          Unique WidgetInterface Object per page is not created.
[Cause] Current WidgetInterface Plugin is using only one global JSContextRef for every created pages.
[Solution] code regarding global variable for JSContextRef is removed

Change-Id: Ia8ce55c378c0800751517ea22246ced998632d2e
src/standards/W3C/Widget/JSWidget.cpp
src/standards/W3C/Widget/JSWidget.h
src/standards/W3C/Widget/plugin_initializer.cpp