Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / events / CompositionEvent.h
index 662f059..93e2979 100644 (file)
@@ -30,7 +30,7 @@
 #include "core/editing/CompositionUnderline.h"
 #include "core/events/UIEvent.h"
 
-namespace WebCore {
+namespace blink {
 
 struct CompositionEventInit : UIEventInit {
     CompositionEventInit();
@@ -80,6 +80,6 @@ private:
     Vector<unsigned> m_segments;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // CompositionEvent_h