| Index: Source/modules/indexeddb/IDBEventDispatcher.h
|
| diff --git a/Source/modules/indexeddb/IDBEventDispatcher.h b/Source/modules/indexeddb/IDBEventDispatcher.h
|
| index 86ed11102e1c54e97a46142bc8cf0f04471dbae9..59be3bc2b9cfa6ed18a16292fa1400bfdcd5f642 100644
|
| --- a/Source/modules/indexeddb/IDBEventDispatcher.h
|
| +++ b/Source/modules/indexeddb/IDBEventDispatcher.h
|
| @@ -33,7 +33,7 @@
|
| #include "wtf/RefPtr.h"
|
| #include "wtf/Vector.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Event;
|
| class EventTarget;
|
| @@ -46,6 +46,6 @@ private:
|
| IDBEventDispatcher();
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // IDBEventDispatcher_h
|
|
|