Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / platform / WebIDBKeyRange.h
index bc8f3f3..b1c29cd 100644 (file)
@@ -53,9 +53,9 @@ public:
     BLINK_EXPORT void reset();
 
 #if BLINK_IMPLEMENTATION
-    WebIDBKeyRange(const WTF::PassRefPtr<WebCore::IDBKeyRange>&);
-    WebIDBKeyRange& operator=(const WTF::PassRefPtr<WebCore::IDBKeyRange>&);
-    operator WTF::PassRefPtr<WebCore::IDBKeyRange>() const;
+    WebIDBKeyRange(const PassRefPtrWillBeRawPtr<WebCore::IDBKeyRange>&);
+    WebIDBKeyRange& operator=(const PassRefPtrWillBeRawPtr<WebCore::IDBKeyRange>&);
+    operator PassRefPtrWillBeRawPtr<WebCore::IDBKeyRange>() const;
 #endif
 
 private: