Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / quota / StorageQuota.h
index c626ae7..c3cde30 100644 (file)
@@ -33,7 +33,7 @@
 
 #include "bindings/v8/ScriptPromise.h"
 #include "bindings/v8/ScriptWrappable.h"
-#include "heap/Handle.h"
+#include "platform/heap/Handle.h"
 #include "wtf/Forward.h"
 #include "wtf/PassRefPtr.h"
 #include "wtf/RefCounted.h"
@@ -52,7 +52,7 @@ public:
     Vector<String> supportedTypes() const;
 
     ScriptPromise queryInfo(ExecutionContext*, String type);
-    ScriptPromise requestPersistentQuota(ExecutionContext*, unsigned long long newQuota);
+    ScriptPromise requestPersistentQuota(ScriptState*, unsigned long long newQuota);
 
     ~StorageQuota();