Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / xml / DOMParser.h
index 325612b..f21cd68 100644 (file)
@@ -31,6 +31,7 @@ class Document;
 class ExceptionState;
 
 class DOMParser FINAL : public RefCountedWillBeGarbageCollected<DOMParser>, public ScriptWrappable {
+    DEFINE_WRAPPERTYPEINFO();
 public:
     static PassRefPtrWillBeRawPtr<DOMParser> create()
     {
@@ -42,12 +43,9 @@ public:
     void trace(Visitor*) { }
 
 private:
-    DOMParser()
-    {
-        ScriptWrappable::init(this);
-    }
+    DOMParser() { }
 };
 
-}
+} // namespace blink
 
-#endif // XMLSerializer.h
+#endif // DOMParser_h