Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / accessibility / AXImageMapLink.h
index 70d11ab..7bc91bb 100644 (file)
@@ -33,7 +33,7 @@
 #include "core/html/HTMLAreaElement.h"
 #include "core/html/HTMLMapElement.h"
 
-namespace WebCore {
+namespace blink {
 
 class AXImageMapLink FINAL : public AXMockObject {
 
@@ -76,6 +76,6 @@ private:
 
 DEFINE_AX_OBJECT_TYPE_CASTS(AXImageMapLink, isImageMapLink());
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // AXImageMapLink_h