Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / css / DOMWindowCSS.h
index 1476d1e..b6ce850 100644 (file)
@@ -39,6 +39,7 @@
 namespace blink {
 
 class DOMWindowCSS : public RefCountedWillBeGarbageCollected<DOMWindowCSS>, public ScriptWrappable {
+    DEFINE_WRAPPERTYPEINFO();
 public:
     static PassRefPtrWillBeRawPtr<DOMWindowCSS> create();
 
@@ -48,12 +49,9 @@ public:
     void trace(Visitor*) { }
 
 private:
-    DOMWindowCSS()
-    {
-        ScriptWrappable::init(this);
-    }
+    DOMWindowCSS() { }
 };
 
-}
+} // namespace blink
 
 #endif