| Index: public/platform/WebIDBKey.h
|
| diff --git a/public/platform/WebIDBKey.h b/public/platform/WebIDBKey.h
|
| index 2c9a7a0719726a60ca08356a034e2ba896256e16..a26c81f2cd9453ad87558ae37f3cd9ff09b3bfed 100644
|
| --- a/public/platform/WebIDBKey.h
|
| +++ b/public/platform/WebIDBKey.h
|
| @@ -33,7 +33,7 @@
|
| #include "WebString.h"
|
| #include "WebVector.h"
|
|
|
| -namespace WebCore { class IDBKey; }
|
| +namespace blink { class IDBKey; }
|
|
|
| namespace blink {
|
|
|
| @@ -77,13 +77,13 @@ public:
|
| BLINK_EXPORT double number() const; // Only valid for NumberType.
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - WebIDBKey(WebCore::IDBKey*);
|
| - WebIDBKey& operator=(WebCore::IDBKey*);
|
| - operator WebCore::IDBKey*() const;
|
| + WebIDBKey(blink::IDBKey*);
|
| + WebIDBKey& operator=(blink::IDBKey*);
|
| + operator blink::IDBKey*() const;
|
| #endif
|
|
|
| private:
|
| - WebPrivatePtr<WebCore::IDBKey> m_private;
|
| + WebPrivatePtr<blink::IDBKey> m_private;
|
| };
|
|
|
| } // namespace blink
|
|
|