Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / crypto / Crypto.h
index c136fdb..44cfe8e 100644 (file)
@@ -39,6 +39,7 @@ namespace blink {
 class ExceptionState;
 
 class Crypto FINAL : public GarbageCollected<Crypto>, public ScriptWrappable {
+    DEFINE_WRAPPERTYPEINFO();
 public:
     static Crypto* create()
     {
@@ -57,6 +58,6 @@ private:
     Member<SubtleCrypto> m_subtleCrypto;
 };
 
-}
+} // namespace blink
 
-#endif
+#endif // Crypto_h