Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGEnumeration.h
index f2f9461..e9fe9c8 100644 (file)
@@ -35,6 +35,8 @@
 
 namespace blink {
 
+class ExceptionState;
+
 class SVGEnumerationBase : public SVGPropertyBase {
 public:
     typedef std::pair<unsigned short, String> StringEntry;