Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / webdatabase / DOMWindowWebDatabase.h
index 7f1ae23..02b5db1 100644 (file)
@@ -29,7 +29,6 @@
 
 #include "platform/heap/Handle.h"
 #include "wtf/Forward.h"
-#include "wtf/text/WTFString.h"
 
 namespace blink {
 
@@ -37,11 +36,10 @@ class LocalDOMWindow;
 class Database;
 class DatabaseCallback;
 class ExceptionState;
-class LocalFrame;
 
 class DOMWindowWebDatabase {
 public:
-    static PassRefPtrWillBeRawPtr<Database> openDatabase(LocalDOMWindow&, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, DatabaseCallback* creationCallback, ExceptionState&);
+    static Database* openDatabase(LocalDOMWindow&, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, DatabaseCallback* creationCallback, ExceptionState&);
 
 private:
     DOMWindowWebDatabase() { };