Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGStringListTearOff.h
index c012d3d..900eaf4 100644 (file)
 #ifndef SVGStringListTearOff_h
 #define SVGStringListTearOff_h
 
+#include "core/dom/ExceptionCode.h"
 #include "core/svg/SVGStringList.h"
 #include "core/svg/properties/SVGPropertyTearOff.h"
 
-namespace WebCore {
+namespace blink {
 
 class SVGStringListTearOff : public SVGPropertyTearOff<SVGStringList>, public ScriptWrappable {
 public:
@@ -142,6 +143,6 @@ protected:
     SVGStringListTearOff(PassRefPtr<SVGStringList>, SVGElement*, PropertyIsAnimValType, const QualifiedName&);
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // SVGStringListTearOff_h_