X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fevents%2FUIEvent.cpp;h=76ccfc84c77ec521aa8ac25ea828c6e199e4f513;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=ba85c8185a8b87f002ca7e692cc25b5b5ffad3a5;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/events/UIEvent.cpp b/src/third_party/WebKit/Source/core/events/UIEvent.cpp index ba85c81..76ccfc8 100644 --- a/src/third_party/WebKit/Source/core/events/UIEvent.cpp +++ b/src/third_party/WebKit/Source/core/events/UIEvent.cpp @@ -24,7 +24,7 @@ #include "core/events/UIEvent.h" -namespace WebCore { +namespace blink { UIEventInit::UIEventInit() : view(nullptr) @@ -120,4 +120,4 @@ void UIEvent::trace(Visitor* visitor) Event::trace(visitor); } -} // namespace WebCore +} // namespace blink