Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / indexeddb / IDBEventDispatcher.h
index 86ed111..59be3bc 100644 (file)
@@ -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