Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / crypto / DOMWindowCrypto.h
index e121786..bccf4d2 100644 (file)
@@ -32,8 +32,8 @@
 #define DOMWindowCrypto_h
 
 #include "core/frame/DOMWindowProperty.h"
-#include "heap/Handle.h"
 #include "platform/Supplementable.h"
+#include "platform/heap/Handle.h"
 
 namespace WebCore {
 
@@ -54,7 +54,7 @@ private:
     explicit DOMWindowCrypto(DOMWindow&);
     static const char* supplementName();
 
-    mutable RefPtrWillBeMember<Crypto> m_crypto;
+    mutable PersistentWillBeMember<Crypto> m_crypto;
 };
 
 } // namespace WebCore