| Index: third_party/WebKit/Source/core/svg/SVGStringList.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGStringList.h b/third_party/WebKit/Source/core/svg/SVGStringList.h
|
| index a787c523426e5df43d1fec9a8108cf206f8c8458..c11286b69e432e5ed8d1d2bb09b270d5bf2e618f 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGStringList.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGStringList.h
|
| @@ -31,12 +31,13 @@
|
| #ifndef SVGStringList_h
|
| #define SVGStringList_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| +#include "core/svg/SVGParsingError.h"
|
| #include "core/svg/SVGString.h"
|
| #include "core/svg/properties/SVGPropertyHelper.h"
|
|
|
| namespace blink {
|
|
|
| +class ExceptionState;
|
| class SVGStringListTearOff;
|
|
|
| // Implementation of SVGStringList spec:
|
| @@ -74,7 +75,7 @@ public:
|
| void replaceItem(const String&, size_t, ExceptionState&);
|
|
|
| // SVGPropertyBase:
|
| - void setValueAsString(const String&, ExceptionState&);
|
| + SVGParsingError setValueAsString(const String&);
|
| String valueAsString() const override;
|
|
|
| void add(PassRefPtrWillBeRawPtr<SVGPropertyBase>, SVGElement*) override;
|
|
|