X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fhtml%2FHTMLLIElement.cpp;h=d55123bac2ce99cb2c49ecf4fed21e2429c77d73;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=ccef74b7cc524758310738e7a9a48f966a42b94d;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/html/HTMLLIElement.cpp b/src/third_party/WebKit/Source/core/html/HTMLLIElement.cpp index ccef74b..d55123b 100644 --- a/src/third_party/WebKit/Source/core/html/HTMLLIElement.cpp +++ b/src/third_party/WebKit/Source/core/html/HTMLLIElement.cpp @@ -36,7 +36,6 @@ using namespace HTMLNames; inline HTMLLIElement::HTMLLIElement(Document& document) : HTMLElement(liTag, document) { - ScriptWrappable::init(this); } DEFINE_NODE_FACTORY(HTMLLIElement)