Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / css / CSSSVGDocumentValue.cpp
index db01c5b..82f2a2f 100644 (file)
@@ -32,7 +32,7 @@
 #include "core/fetch/FetchRequest.h"
 #include "core/fetch/ResourceFetcher.h"
 
-namespace WebCore {
+namespace blink {
 
 CSSSVGDocumentValue::CSSSVGDocumentValue(const String& url)
     : CSSValue(CSSSVGDocumentClass)
@@ -69,4 +69,4 @@ bool CSSSVGDocumentValue::equals(const CSSSVGDocumentValue& other) const
     return m_url == other.m_url;
 }
 
-} // namespace WebCore
+} // namespace blink